From 333b1438b6e31019e5c02c6b76a48fddfee2cb8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 07:32:59 +0000 Subject: [PATCH] chore(main): release config 1.1.0 --- .release-please-manifest.json | 2 +- config/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c61b580..ebc07d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.0.0","log":"1.0.0","generate":"1.0.0","trace":"1.0.0","healthcheck":"1.0.0","httpclient":"1.0.0"} \ No newline at end of file +{"config":"1.1.0","log":"1.0.0","generate":"1.0.0","trace":"1.0.0","healthcheck":"1.0.0","httpclient":"1.0.0"} \ No newline at end of file diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 5cda1ae..1b4087c 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/ankorstore/yokai/compare/config/v1.0.0...config/v1.1.0) (2024-01-11) + + +### Features + +* **config:** Added env var helper ([#14](https://github.com/ankorstore/yokai/issues/14)) ([1a3743b](https://github.com/ankorstore/yokai/commit/1a3743b80ed61444d49237b7b151de7f8aad2b14)) + ## 1.0.0 (2024-01-10)