From 22b64835f2bbd8d6a719cb811baa668704eb49fe 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:02 +0000 Subject: [PATCH] chore(main): release fxmetrics 1.3.0 --- .release-please-manifest.json | 2 +- fxmetrics/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..6f8dd8eb 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.3.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/fxmetrics/CHANGELOG.md b/fxmetrics/CHANGELOG.md index d6f0ccad..263efe96 100644 --- a/fxmetrics/CHANGELOG.md +++ b/fxmetrics/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.0](https://github.com/adaosantos/yokai/compare/fxmetrics-v1.2.0...fxmetrics/v1.3.0) (2025-09-17) + + +### Features + +* **fxmetrics:** Added build info, process and go metrics collectors ([#177](https://github.com/adaosantos/yokai/issues/177)) ([44fba35](https://github.com/adaosantos/yokai/commit/44fba35499b1aa794d3b6253ad20db341e65fd4e)) +* **fxmetrics:** Provided module ([#32](https://github.com/adaosantos/yokai/issues/32)) ([40945da](https://github.com/adaosantos/yokai/commit/40945dafdddea05e0381e2a28f1f6682b2dd8ebc)) +* **fxmetrics:** Updated dependencies ([#153](https://github.com/adaosantos/yokai/issues/153)) ([15d87b0](https://github.com/adaosantos/yokai/commit/15d87b0f5553e8dfa6c49f36cfd4d9c8385f65cb)) + ## [1.2.0](https://github.com/ankorstore/yokai/compare/fxmetrics/v1.1.0...fxmetrics/v1.2.0) (2024-03-19)