Skip to content

Commit

Permalink
chore(main): release growthbook-provider 0.1.2 (#1157)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Beemer <[email protected]>
  • Loading branch information
github-actions[bot] and beeme1mr authored Jan 10, 2025
1 parent d9e84cd commit d489924
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@ -20,5 +20,5 @@
"libs/providers/config-cat-web": "0.1.3",
"libs/shared/config-cat-core": "0.1.0",
"libs/providers/unleash-web": "0.1.0",
"libs/providers/growthbook": "0.1.1"
"libs/providers/growthbook": "0.1.2"
}
13 changes: 13 additions & 0 deletions libs/providers/growthbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [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)


### ✨ New Features

* 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))


### 🧹 Chore

* 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))
2 changes: 1 addition & 1 deletion libs/providers/growthbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/growthbook-provider",
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit d489924

Please sign in to comment.