diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b95f6..d2b2dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.28.0](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.27.18...v0.28.0) (2024-08-12) + + +### Features + +* docker health api endpoint ([6bb9e2e](https://github.com/EddieHubCommunity/HealthCheck/commit/6bb9e2eff271544fc05a1967a08f746a4f8ba083)) + + + ## [0.27.18](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.27.17...v0.27.18) (2024-08-12) @@ -34,12 +43,3 @@ -## [0.27.14](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.27.13...v0.27.14) (2024-08-12) - - -### Bug Fixes - -* build docker image for caprover ([02ac109](https://github.com/EddieHubCommunity/HealthCheck/commit/02ac109c92f350a81a42f1969fa007bb3989d31c)) - - - diff --git a/package-lock.json b/package-lock.json index 75fc74d..36de1fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "healthcheck", - "version": "0.27.18", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index afcd9af..71dbb1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "healthcheck", - "version": "0.27.18", + "version": "0.28.0", "private": true, "engines": { "node": ">=21" diff --git a/src/config/app.json b/src/config/app.json index 2ab12fe..80408e6 100644 --- a/src/config/app.json +++ b/src/config/app.json @@ -1,5 +1,5 @@ { - "version": "0.27.18", + "version": "0.28.0", "checks": { "optional": [ {