From ccb88ee155a0ec6ca7205fdc95a76b55dd5ef10f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:14:29 +0100 Subject: [PATCH] chore(main): release fxcore 1.6.0 (#187) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- fxcore/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f67e202..ab07907 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.4.0","httpserver":"1.4.1","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.4.0","fxhttpserver":"1.3.0","fxcore":"1.5.0","worker":"1.1.0","fxworker":"1.1.0","fxcron":"1.1.0","grpcserver":"1.1.0","fxgrpcserver":"1.1.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.4.0","httpserver":"1.4.1","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.4.0","fxhttpserver":"1.3.0","fxcore":"1.6.0","worker":"1.1.0","fxworker":"1.1.0","fxcron":"1.1.0","grpcserver":"1.1.0","fxgrpcserver":"1.1.0"} \ No newline at end of file diff --git a/fxcore/CHANGELOG.md b/fxcore/CHANGELOG.md index 4cdb27c..68b3e96 100644 --- a/fxcore/CHANGELOG.md +++ b/fxcore/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/ankorstore/yokai/compare/fxcore/v1.5.0...fxcore/v1.6.0) (2024-03-22) + + +### Features + +* **fxcore:** Updated dependencies ([#186](https://github.com/ankorstore/yokai/issues/186)) ([e9a4b87](https://github.com/ankorstore/yokai/commit/e9a4b875069aa12cf6c05323bcbf1123cac863a7)) + ## [1.5.0](https://github.com/ankorstore/yokai/compare/fxcore/v1.4.0...fxcore/v1.5.0) (2024-03-15)