Skip to content

Commit d489924

Browse files
chore(main): release growthbook-provider 0.1.2 (open-feature#1157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer <[email protected]>
1 parent d9e84cd commit d489924

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"libs/providers/config-cat-web": "0.1.3",
2121
"libs/shared/config-cat-core": "0.1.0",
2222
"libs/providers/unleash-web": "0.1.0",
23-
"libs/providers/growthbook": "0.1.1"
23+
"libs/providers/growthbook": "0.1.2"
2424
}
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/growthbook-provider-v0.1.1...growthbook-provider-v0.1.2) (2025-01-10)
4+
5+
6+
### ✨ New Features
7+
8+
* Create a Growthbook server side provider ([#938](https://github.com/open-feature/js-sdk-contrib/issues/938)) ([0e6a486](https://github.com/open-feature/js-sdk-contrib/commit/0e6a4861368f69c8ed109f44464f94240567f110))
9+
10+
11+
### 🧹 Chore
12+
13+
* update nx packages ([#1147](https://github.com/open-feature/js-sdk-contrib/issues/1147)) ([7f310fe](https://github.com/open-feature/js-sdk-contrib/commit/7f310fe87101b8aa793e1436e63c7602ccc202e3))

libs/providers/growthbook/package.json

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

0 commit comments

Comments
 (0)