From f13ffb4c2cdb1f1b2d1901931d51041387fa5469 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Aug 2024 07:24:44 +0000 Subject: [PATCH] chore(release): 1.3.57 [skip ci] ## [1.3.57](https://github.com/eik-lib/core/compare/v1.3.56...v1.3.57) (2024-08-09) ### Bug Fixes * make healthcheck logging less verbose by default ([#433](https://github.com/eik-lib/core/issues/433)) ([73a3a39](https://github.com/eik-lib/core/commit/73a3a39b0262da0cd6fdd08043764a5a8331836b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cf82cf..2bdc526e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.57](https://github.com/eik-lib/core/compare/v1.3.56...v1.3.57) (2024-08-09) + + +### Bug Fixes + +* make healthcheck logging less verbose by default ([#433](https://github.com/eik-lib/core/issues/433)) ([73a3a39](https://github.com/eik-lib/core/commit/73a3a39b0262da0cd6fdd08043764a5a8331836b)) + ## [1.3.54](https://github.com/eik-lib/core/compare/v1.3.53...v1.3.54) (2024-08-08) diff --git a/package.json b/package.json index 184dfd1d..6d93ad8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/core", - "version": "1.3.54", + "version": "1.3.57", "description": "Core server package", "main": "lib/main.js", "types": "./types/main.d.ts",