From 8a5e9f4c636f82e86794b42c00107c02da6d7b98 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:10:34 -0500 Subject: [PATCH] chore(main): release 0.3.16 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51108cc..da5aa0d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.15" + ".": "0.3.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e91d244..aa6d22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.16](https://github.com/open-feature/cli/compare/v0.3.15...v0.3.16) (2026-02-19) + + +### 🔄 Refactoring + +* **generator/angular:** extend FeatureFlagDirective<T> instead of using hostDirectives ([#218](https://github.com/open-feature/cli/issues/218)) ([ea36a20](https://github.com/open-feature/cli/commit/ea36a2058c05b04b73e9c328913023b4ac386e73)) + ## [0.3.15](https://github.com/open-feature/cli/compare/v0.3.14...v0.3.15) (2026-02-09)