Skip to content

Commit

Permalink
chore(release): 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Oct 27, 2023
1 parent fb0a730 commit 5aa218d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [2.9.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.8.0...v2.9.0) (2023-10-27)

### Features

- **ci:** improve composite action ([c2b4385](https://github.com/borjapazr/express-typescript-skeleton/commit/c2b4385b179b304768f82c2abf61850d5781458f))

### Code Refactoring

- **ci:** improve composite action ([cc6f430](https://github.com/borjapazr/express-typescript-skeleton/commit/cc6f430328c97ce395f5403da89649eac554b3bc))

### Others

- **ci:** update node version to 20.0.9 (lts) ([fb0a730](https://github.com/borjapazr/express-typescript-skeleton/commit/fb0a730e1a2a75dca48bcc7444c4d7eb4c5d8d38))

## [2.8.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.4...v2.8.0) (2023-10-23)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-typescript-skeleton",
"version": "2.8.0",
"version": "2.9.0",
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
"keywords": [
"node",
Expand Down

0 comments on commit 5aa218d

Please sign in to comment.