From 1b83e4163430c61fa30bd3401ed24740a46a1dd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:29:04 +0100 Subject: [PATCH] chore(main): release fxcron 1.1.0 (#160) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- fxcron/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 344d7ea7..9ee5df74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.3.0","log":"1.2.0","generate":"1.1.0","trace":"1.2.0","healthcheck":"1.1.0","httpclient":"1.3.1","httpserver":"1.2.0","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.1.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.2.0","fxhttpserver":"1.1.0","fxcore":"1.4.0","worker":"1.1.0","fxworker":"1.0.0","fxcron":"1.0.0","grpcserver":"1.1.0","fxgrpcserver":"1.0.0"} \ No newline at end of file +{"config":"1.3.0","log":"1.2.0","generate":"1.1.0","trace":"1.2.0","healthcheck":"1.1.0","httpclient":"1.3.1","httpserver":"1.2.0","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.1.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.2.0","fxhttpserver":"1.1.0","fxcore":"1.4.0","worker":"1.1.0","fxworker":"1.0.0","fxcron":"1.1.0","grpcserver":"1.1.0","fxgrpcserver":"1.0.0"} \ No newline at end of file diff --git a/fxcron/CHANGELOG.md b/fxcron/CHANGELOG.md index 2430f0ed..9b379b60 100644 --- a/fxcron/CHANGELOG.md +++ b/fxcron/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/ankorstore/yokai/compare/fxcron/v1.0.0...fxcron/v1.1.0) (2024-03-15) + + +### Features + +* **fxcron:** Updated dependencies ([#159](https://github.com/ankorstore/yokai/issues/159)) ([95874f2](https://github.com/ankorstore/yokai/commit/95874f21a181b375e6867ce957d048b9b9e023f9)) + ## 1.0.0 (2024-02-14)