From 5d38f5ba43f8c5ff0ccfa9c66fd4c6847220d45b Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:09:25 -0500 Subject: [PATCH] chore(main): release 0.2.2 (#17) Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8bdc0..ae8b741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/open-feature/toggle-shop/compare/v0.2.1...v0.2.2) (2024-11-14) + + +### 🐛 Bug Fixes + +* inconsistent targeting key ([#16](https://github.com/open-feature/toggle-shop/issues/16)) ([0d09d2e](https://github.com/open-feature/toggle-shop/commit/0d09d2ee559356d441402d977e699fabcd4071e8)) +* release ([d955743](https://github.com/open-feature/toggle-shop/commit/d955743b44c3ed7589914fa641396aa76087269a)) + ## [0.2.1](https://github.com/open-feature/toggle-shop/compare/v0.2.0...v0.2.1) (2024-11-14)