diff --git a/CHANGELOG.md b/CHANGELOG.md index 0670337..a95f8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.3.1](https://github.com/tummalah/ts-rest-api-template/compare/v1.3.0...v1.3.1) (2022-01-28) + + +### Bug Fixes + +* **actions:** deploy job correction ([006e13b](https://github.com/tummalah/ts-rest-api-template/commit/006e13ba3e429736ed8368873e49a4816d934ac0)) + + + # [1.3.0](https://github.com/tummalah/ts-rest-api-template/compare/v1.2.0...v1.3.0) (2022-01-28) diff --git a/package.json b/package.json index 33c1996..b6c84c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-rest-api-template", - "version": "1.3.0", + "version": "1.3.1", "description": "boilerplate for REST API in NodeJS,Express projects", "main": "dist/index.js", "scripts": {