From f5986023f35c96f1fe1fcb42c54a8fd5ef14d987 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:51:03 +0100 Subject: [PATCH] chore(main): release httpclient 1.0.0 (#12) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- httpclient/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 httpclient/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d8849e1..c61b580 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"} \ No newline at end of file +{"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 diff --git a/httpclient/CHANGELOG.md b/httpclient/CHANGELOG.md new file mode 100644 index 0000000..b171ab1 --- /dev/null +++ b/httpclient/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-01-10) + + +### Features + +* **httpclient:** Provided module ([#11](https://github.com/ankorstore/yokai/issues/11)) ([8de35c6](https://github.com/ankorstore/yokai/commit/8de35c690182bb373895cbd2cfb67af9b52db962))