diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..628b5a19 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.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.2.0","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/fxcron/CHANGELOG.md b/fxcron/CHANGELOG.md index b29d4ea2..aa2b21aa 100644 --- a/fxcron/CHANGELOG.md +++ b/fxcron/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/adaosantos/yokai/compare/fxcron-v1.1.1...fxcron/v1.2.0) (2025-09-17) + + +### Features + +* **fxcron:** Provided module ([#81](https://github.com/adaosantos/yokai/issues/81)) ([feedab5](https://github.com/adaosantos/yokai/commit/feedab505fbed308adbf0767e17c6661938873ba)) +* **fxcron:** Updated dependencies ([#159](https://github.com/adaosantos/yokai/issues/159)) ([95874f2](https://github.com/adaosantos/yokai/commit/95874f21a181b375e6867ce957d048b9b9e023f9)) + + +### Bug Fixes + +* **fxcron:** Fix resolution collision by using full import path in type IDs ([#366](https://github.com/adaosantos/yokai/issues/366)) ([8db4440](https://github.com/adaosantos/yokai/commit/8db44400dada7536833cea6251f8e39e21d05d85)) + ## [1.1.1](https://github.com/ankorstore/yokai/compare/fxcron/v1.1.0...fxcron/v1.1.1) (2025-09-02)