From 739178ca572648afd736cc82286470ef88ae1d28 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 fxhealthcheck 1.2.0 --- .release-please-manifest.json | 2 +- fxhealthcheck/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..7bb11e92 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.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.2.0","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/fxhealthcheck/CHANGELOG.md b/fxhealthcheck/CHANGELOG.md index dd9983f5..dd2a7a25 100644 --- a/fxhealthcheck/CHANGELOG.md +++ b/fxhealthcheck/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/adaosantos/yokai/compare/fxhealthcheck-v1.1.1...fxhealthcheck/v1.2.0) (2025-09-17) + + +### Features + +* **fxhealthcheck:** Provided module ([#34](https://github.com/adaosantos/yokai/issues/34)) ([466c8ae](https://github.com/adaosantos/yokai/commit/466c8aed56ee349907a49748abeff6e7f7069767)) +* **fxhealthcheck:** Updated dependencies ([#157](https://github.com/adaosantos/yokai/issues/157)) ([d947308](https://github.com/adaosantos/yokai/commit/d947308986462d63b2ca5f044328c5214a89fc33)) + + +### Bug Fixes + +* **fxhealthcheck:** Fix resolution collision by using full import path in type IDs ([#368](https://github.com/adaosantos/yokai/issues/368)) ([d318ece](https://github.com/adaosantos/yokai/commit/d318eced460fb7bb81d092c37f1d15d36544685c)) + ## [1.1.1](https://github.com/ankorstore/yokai/compare/fxhealthcheck/v1.1.0...fxhealthcheck/v1.1.1) (2025-09-02)