Skip to content

Commit c3159fe

Browse files
committed
chore(release): 1.4.0
1 parent 15224ce commit c3159fe

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
## [1.4.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v1.3.3...v1.4.0) (2022-07-25)
6+
7+
### Features
8+
9+
- **ci:** add back node 15 validations ([#161](https://github.com/borjapazr/express-typescript-skeleton/issues/161)) ([e27d65e](https://github.com/borjapazr/express-typescript-skeleton/commit/e27d65e0118a1eaf93379ca8376c477feaacffbb))
10+
- **version:** read app info from package.json ([#174](https://github.com/borjapazr/express-typescript-skeleton/issues/174)) ([15224ce](https://github.com/borjapazr/express-typescript-skeleton/commit/15224ce5bdf930702569a6b3c2b6255d40dd1e88))
11+
12+
### Others
13+
14+
- **deps:** update dependencies ([415b435](https://github.com/borjapazr/express-typescript-skeleton/commit/415b4351b0910fe4ed53f51377c221d1eefecefe))
15+
- **deps:** update dependencies ([#175](https://github.com/borjapazr/express-typescript-skeleton/issues/175)) ([7b56d14](https://github.com/borjapazr/express-typescript-skeleton/commit/7b56d141391cab817f81e3d720efbde52ca652d3))
16+
517
### [1.3.3](https://github.com/borjapazr/express-typescript-skeleton/compare/v1.3.2...v1.3.3) (2022-07-11)
618

719
### Others

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-typescript-skeleton",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, ESLint, Prettier, Husky, Prisma, etc.",
55
"author": {
66
"name": "Borja Paz Rodríguez",

0 commit comments

Comments
 (0)