From a79856878df64c25acf37c87f2e8c03bb8c4bf09 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jan 2024 20:35:22 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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",