Skip to content

Commit c1a9e18

Browse files
committed
chore(release): 1.3.3
1 parent 0c7621c commit c1a9e18

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.3](https://github.com/borjapazr/express-typescript-skeleton/compare/v1.3.2...v1.3.3) (2022-07-11)
6+
7+
### Others
8+
9+
- **ci:** remove node v15 checks ([0c7621c](https://github.com/borjapazr/express-typescript-skeleton/commit/0c7621cc72d918931dc29a7c249935d08b4031b3))
10+
511
### [1.3.2](https://github.com/borjapazr/express-typescript-skeleton/compare/v1.3.1...v1.3.2) (2022-07-11)
612

713
### 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": "node-ts-skeleton",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
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)