diff --git a/CHANGELOG.md b/CHANGELOG.md index 155aa0f..001b372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.37.4](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.37.3...v0.37.4) (2024-10-17) + + +### Bug Fixes + +* change icon from the eye to eyeslash hidden checks ([#277](https://github.com/EddieHubCommunity/HealthCheck/issues/277)) ([0f6c985](https://github.com/EddieHubCommunity/HealthCheck/commit/0f6c98556c0829ce57c4b582c7ee36103c85a101)) + + + ## [0.37.3](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.37.2...v0.37.3) (2024-10-04) @@ -34,12 +43,3 @@ -# [0.36.0](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.35.1...v0.36.0) (2024-09-13) - - -### Features - -* repo settings for schedule and frequency ([8db475a](https://github.com/EddieHubCommunity/HealthCheck/commit/8db475af2d1ae796df87606c541cd64e6bc94c9b)) - - - diff --git a/package-lock.json b/package-lock.json index ec16769..93a2e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "healthcheck", - "version": "0.37.3", + "version": "0.37.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8218ce2..1b837e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "healthcheck", - "version": "0.37.3", + "version": "0.37.4", "private": true, "engines": { "node": ">=21" diff --git a/src/config/app.json b/src/config/app.json index 29e34f4..5eb6c88 100644 --- a/src/config/app.json +++ b/src/config/app.json @@ -1,5 +1,5 @@ { - "version": "0.37.3", + "version": "0.37.4", "checks": [ "description", "url",