diff --git a/CHANGELOG.md b/CHANGELOG.md index 07739e1..f4db48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.3](https://github.com/sydrawat01/rest-api/compare/v1.1.2...v1.1.3) (2024-01-12) + + +### Bug Fixes + +* CD pipeline failure hotfix ([ef83b32](https://github.com/sydrawat01/rest-api/commit/ef83b328618c954aec78f8d0862b6f93a29757d5)) +* update build script and healthz endpoint ([ec3fcb6](https://github.com/sydrawat01/rest-api/commit/ec3fcb6c831eeedb266e630c2a2927930be43981)) + ## [1.1.2](https://github.com/sydrawat01/rest-api/compare/v1.1.1...v1.1.2) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index 26e2af4..5753a27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "app-root-path": "^3.1.0", diff --git a/package.json b/package.json index 82a47cb..b3b0813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "1.1.2", + "version": "1.1.3", "main": "app.js", "type": "module", "license": "MIT",