Skip to content

Commit 8a4eaf5

Browse files
committed
chore(release): 2.7.0
1 parent 6afc60f commit 8a4eaf5

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## [2.7.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.6.1...v2.7.0) (2023-07-29)
6+
7+
### Features
8+
9+
- add renovate.json ([#371](https://github.com/borjapazr/express-typescript-skeleton/issues/371)) ([d2dc8ee](https://github.com/borjapazr/express-typescript-skeleton/commit/d2dc8eed747fbab3de846f99284238953ad886a0))
10+
11+
### Code Refactoring
12+
13+
- improve error types and api rest responses ([ff661f7](https://github.com/borjapazr/express-typescript-skeleton/commit/ff661f722db44b7eee92cd5555819acb89f17e16))
14+
- improve value objects definition ([ee7dd93](https://github.com/borjapazr/express-typescript-skeleton/commit/ee7dd9352c50b6deebfb5a0f892801ceb965791f))
15+
16+
### Others
17+
18+
- **deps:** update dependencies ([6afc60f](https://github.com/borjapazr/express-typescript-skeleton/commit/6afc60fddaddfbb3fc5618108082916586a21752))
19+
- **deps:** update dependencies ([bc030b6](https://github.com/borjapazr/express-typescript-skeleton/commit/bc030b61048a1924991ad85280a7478ca3497987))
20+
- **deps:** update dependencies ([6e8f7c8](https://github.com/borjapazr/express-typescript-skeleton/commit/6e8f7c8594ecfbb18cc59f11db94730ee85b76b0))
21+
- **format:** add endOfLine rule to prettier configuration ([10a2930](https://github.com/borjapazr/express-typescript-skeleton/commit/10a2930ebde01ffc3dc8f77d33796147628b874f))
22+
523
### [2.6.1](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.6.0...v2.6.1) (2023-07-19)
624

725
### Code Refactoring

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.6.1",
3+
"version": "2.7.0",
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)