From d47da7852fd0d40569606768d256c66ab18a2847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:37:40 -0500 Subject: [PATCH] chore(main): release flipt-web-provider 0.1.0 (#1066) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer --- libs/providers/flipt-web/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/libs/providers/flipt-web/CHANGELOG.md b/libs/providers/flipt-web/CHANGELOG.md index 0382ae1b9..bc5dbb034 100644 --- a/libs/providers/flipt-web/CHANGELOG.md +++ b/libs/providers/flipt-web/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.0](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.0) (2024-10-29) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.18 ([#1000](https://github.com/open-feature/js-sdk-contrib/issues/1000)) ([27af7fe](https://github.com/open-feature/js-sdk-contrib/commit/27af7fe2abaf113d38078304fbb457333104ba0f)) +* **deps:** update dependency @flipt-io/flipt-client-browser to ^0.0.19 ([#1038](https://github.com/open-feature/js-sdk-contrib/issues/1038)) ([46f69d3](https://github.com/open-feature/js-sdk-contrib/commit/46f69d3ccbbeb76f7ae207bc96ac23a99c241465)) + + +### ๐Ÿงน Chore + +* **main:** release flipt-web-provider 0.1.0 ([#1018](https://github.com/open-feature/js-sdk-contrib/issues/1018)) ([b0a3619](https://github.com/open-feature/js-sdk-contrib/commit/b0a36194969b882e0f98eff3707afd453de27242)) +* upgrade flipt-client-browser dep ([#1070](https://github.com/open-feature/js-sdk-contrib/issues/1070)) ([2d2f70d](https://github.com/open-feature/js-sdk-contrib/commit/2d2f70d56fdbf71e8f159a645ccd55e0a9055012)) + + +### ๐Ÿ“š Documentation + +* fix README.md for flipt-web provider ([#1053](https://github.com/open-feature/js-sdk-contrib/issues/1053)) ([29c3669](https://github.com/open-feature/js-sdk-contrib/commit/29c3669676fb4526feba1d51fd344a71247c4c3f)) + ## [0.1.0](https://github.com/open-feature/js-sdk-contrib/compare/flipt-web-provider-v0.1.0...flipt-web-provider-v0.1.0) (2024-10-04)