Skip to content

Commit b70da67

Browse files
chore(main): release multi-provider 0.1.3
1 parent 91ba360 commit b70da67

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"libs/providers/flipt": "0.1.3",
1515
"libs/providers/flagsmith-client": "0.1.3",
1616
"libs/providers/flipt-web": "0.1.5",
17-
"libs/providers/multi-provider": "0.1.2",
17+
"libs/providers/multi-provider": "0.1.3",
1818
"libs/providers/multi-provider-web": "0.0.3",
1919
"libs/providers/growthbook-client": "0.1.2",
2020
"libs/providers/config-cat-web": "0.1.6",

libs/providers/multi-provider/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/multi-provider-v0.1.2...multi-provider-v0.1.3) (2025-07-11)
4+
5+
6+
### ✨ New Features
7+
8+
* multi provider implementation for Node ([#916](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/916)) ([0bf2df0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/0bf2df06eff3e2901d8b95a85dec1c0b321a475d))
9+
* **multi-provider:** Add Track Method Support to Multi-Provider ([#1323](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1323)) ([91ba360](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/91ba360d3603728574b8d8b3b030e1faed2934b9))
10+
311
## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/multi-provider-v0.1.1...multi-provider-v0.1.2) (2024-12-23)
412

513

libs/providers/multi-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/multi-provider",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)