Skip to content

Commit f577408

Browse files
committed
chore(release): 2.7.1
1 parent 8132a28 commit f577408

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
### [2.7.1](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.0...v2.7.1) (2023-08-22)
6+
7+
### Code Refactoring
8+
9+
- **tsc:** improve tsconfig configuration ([761e90e](https://github.com/borjapazr/express-typescript-skeleton/commit/761e90e723226b5a3a69e70e14c2d79c7140e866))
10+
11+
### Others
12+
13+
- **deps:** update dependencies ([8132a28](https://github.com/borjapazr/express-typescript-skeleton/commit/8132a28ef7b4468ccac7b9ee844dd762e3523ebc))
14+
- **deps:** update dependencies ([c35cc4e](https://github.com/borjapazr/express-typescript-skeleton/commit/c35cc4ee2b6b6cb17251db5dab30887504ad3cde))
15+
516
## [2.7.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.6.1...v2.7.0) (2023-07-29)
617

718
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-typescript-skeleton",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
55
"author": {
66
"name": "Borja Paz Rodríguez",

0 commit comments

Comments
 (0)