Skip to content

Commit

Permalink
chore(release): 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Oct 13, 2023
1 parent 5735bf6 commit e2b23f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

### [2.7.4](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.3...v2.7.4) (2023-10-13)

### Code Refactoring

- **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))

### Others

- **deps:** update dependencies ([#398](https://github.com/borjapazr/express-typescript-skeleton/issues/398)) ([e25dd03](https://github.com/borjapazr/express-typescript-skeleton/commit/e25dd031fcec4936ba6d430cedb098b1ab19d552))
- **deps:** update dependencies ([#404](https://github.com/borjapazr/express-typescript-skeleton/issues/404)) ([501a6cb](https://github.com/borjapazr/express-typescript-skeleton/commit/501a6cbfb786a30e0dcc4e5a9e1d2423755ff078))
- **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))

### [2.7.3](https://github.com/borjapazr/express-typescript-skeleton/compare/v2.7.2...v2.7.3) (2023-09-29)

### Bug Fixes
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.7.3",
"version": "2.7.4",
"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 e2b23f2

Please sign in to comment.