Skip to content

Commit 5aa218d

Browse files
committed
chore(release): 2.9.0
1 parent fb0a730 commit 5aa218d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## [2.9.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.8.0...v2.9.0) (2023-10-27)
6+
7+
### Features
8+
9+
- **ci:** improve composite action ([c2b4385](https://github.com/borjapazr/express-typescript-skeleton/commit/c2b4385b179b304768f82c2abf61850d5781458f))
10+
11+
### Code Refactoring
12+
13+
- **ci:** improve composite action ([cc6f430](https://github.com/borjapazr/express-typescript-skeleton/commit/cc6f430328c97ce395f5403da89649eac554b3bc))
14+
15+
### Others
16+
17+
- **ci:** update node version to 20.0.9 (lts) ([fb0a730](https://github.com/borjapazr/express-typescript-skeleton/commit/fb0a730e1a2a75dca48bcc7444c4d7eb4c5d8d38))
18+
519
## [2.8.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.4...v2.8.0) (2023-10-23)
620

721
### 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.8.0",
3+
"version": "2.9.0",
44
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
55
"keywords": [
66
"node",

0 commit comments

Comments
 (0)