From b713816e2c790927dbfefc3005ee37b09e1a28bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:20:01 +0000 Subject: [PATCH] chore(main): release healthcheck 1.2.0 --- .release-please-manifest.json | 2 +- healthcheck/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..ed5bfa32 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file +{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.2.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file diff --git a/healthcheck/CHANGELOG.md b/healthcheck/CHANGELOG.md index 17794a9a..86f83f99 100644 --- a/healthcheck/CHANGELOG.md +++ b/healthcheck/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/adaosantos/yokai/compare/healthcheck-v1.1.0...healthcheck/v1.2.0) (2025-09-17) + + +### Features + +* **healthcheck:** Provided module ([#9](https://github.com/adaosantos/yokai/issues/9)) ([03131b5](https://github.com/adaosantos/yokai/commit/03131b5480d4788fae85d0e98703f179de22415e)) +* **healthcheck:** Updated dependencies ([#127](https://github.com/adaosantos/yokai/issues/127)) ([684a737](https://github.com/adaosantos/yokai/commit/684a737096edb3673793a830715d70c795ec15ae)) + ## [1.1.0](https://github.com/ankorstore/yokai/compare/healthcheck/v1.0.0...healthcheck/v1.1.0) (2024-03-13)