Skip to content

Commit 815c831

Browse files
committed
chore(release): 2.9.1
1 parent 71dae44 commit 815c831

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.9.1](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.9.0...v2.9.1) (2024-03-04)
6+
7+
### Others
8+
9+
- **ci:** improve dockerfile ([71dae44](https://github.com/borjapazr/express-typescript-skeleton/commit/71dae44c8aa3c167c2fd16a8220501235d23b5bd))
10+
- **ci:** update asdf-vm action ([ae9b0aa](https://github.com/borjapazr/express-typescript-skeleton/commit/ae9b0aaa7e899d9e0a564407fff4bdcdfd29c5da))
11+
- **deps:** update dependencies ([1c0a1b6](https://github.com/borjapazr/express-typescript-skeleton/commit/1c0a1b65846bbfe92968686818cbc5e6a76be506))
12+
- **deps:** update dependencies ([1047f90](https://github.com/borjapazr/express-typescript-skeleton/commit/1047f903524620dd8ce218cc9635b94a53cad216))
13+
- **deps:** update dependencies ([ff57405](https://github.com/borjapazr/express-typescript-skeleton/commit/ff57405821e6abf764db8309e315493c2e74bc57))
14+
- **deps:** update dependencies ([4ca4007](https://github.com/borjapazr/express-typescript-skeleton/commit/4ca40072c883f0bf37501a5736b855cfd5818b38))
15+
516
## [2.9.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.8.0...v2.9.0) (2023-10-27)
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.9.0",
3+
"version": "2.9.1",
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)