Skip to content

Commit

Permalink
chore(main): release multi-provider 0.1.1 (#932)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and beeme1mr committed Jun 6, 2024
1 parent cab199e commit c68695e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"libs/providers/flipt": "0.1.0",
"libs/providers/flagsmith-client": "0.1.2",
"libs/providers/flipt-web": "0.1.0",
"libs/providers/multi-provider": "0.1.0",
"libs/providers/multi-provider": "0.1.1",
"libs/providers/growthbook-client": "0.1.1"
}
8 changes: 8 additions & 0 deletions libs/providers/multi-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/multi-provider-v0.1.0...multi-provider-v0.1.1) (2024-06-06)


### ✨ New Features

* multi provider implementation for Node ([#916](https://github.com/open-feature/js-sdk-contrib/issues/916)) ([0bf2df0](https://github.com/open-feature/js-sdk-contrib/commit/0bf2df06eff3e2901d8b95a85dec1c0b321a475d))
2 changes: 1 addition & 1 deletion libs/providers/multi-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/multi-provider",
"version": "0.0.1",
"version": "0.1.1",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit c68695e

Please sign in to comment.