Skip to content

Commit e2b23f2

Browse files
committed
chore(release): 2.7.4
1 parent 5735bf6 commit e2b23f2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

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

5+
### [2.7.4](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.3...v2.7.4) (2023-10-13)
6+
7+
### Code Refactoring
8+
9+
- **dockerfile:** add volume instruction and --link flak to copy instruction ([#401](https://github.com/borjapazr/express-typescript-skeleton/issues/401)) ([b9e5215](https://github.com/borjapazr/express-typescript-skeleton/commit/b9e5215ec2537c3d7f06de3577fc776ee0688ffc))
10+
11+
### Others
12+
13+
- **deps:** update dependencies ([#398](https://github.com/borjapazr/express-typescript-skeleton/issues/398)) ([e25dd03](https://github.com/borjapazr/express-typescript-skeleton/commit/e25dd031fcec4936ba6d430cedb098b1ab19d552))
14+
- **deps:** update dependencies ([#404](https://github.com/borjapazr/express-typescript-skeleton/issues/404)) ([501a6cb](https://github.com/borjapazr/express-typescript-skeleton/commit/501a6cbfb786a30e0dcc4e5a9e1d2423755ff078))
15+
- **node:** update nodejs version to 18.18.1 ([#405](https://github.com/borjapazr/express-typescript-skeleton/issues/405)) ([5735bf6](https://github.com/borjapazr/express-typescript-skeleton/commit/5735bf64b9dcc0bcab710a1959ea99a3c5bf4807))
16+
517
### [2.7.3](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.2...v2.7.3) (2023-09-29)
618

719
### Bug Fixes

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