Skip to content

Commit b865c5d

Browse files
committed
chore(release): 1.3.0
1 parent 1b30004 commit b865c5d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [1.3.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v1.2.0...v1.3.0) (2022-06-30)
6+
7+
### Features
8+
9+
- **healthz:** add app version to response body ([1b30004](https://github.com/borjapazr/express-typescript-skeleton/commit/1b300045519051112a22aa4d0b76881434ae6104))
10+
511
## [1.2.0](https://github.com/borjapazr/express-typescript-skeleton/compare/v1.1.1...v1.2.0) (2022-06-30)
612

713
### Features

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": "node-ts-skeleton",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "This is a template to start developing a REST API with Node.js (Express), TypeScript, Eslint, Prettier, Husky, etc.",
55
"author": "Borja Paz Rodríguez (@borjapazr)",
66
"license": "MIT",

0 commit comments

Comments
 (0)