Skip to content

Commit 539a237

Browse files
chore(main): release go-feature-flag-web-provider 0.2.0
1 parent 782226d commit 539a237

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"libs/providers/env-var": "0.2.0",
77
"libs/providers/config-cat": "0.6.0",
88
"libs/providers/launchdarkly-client": "0.2.1",
9-
"libs/providers/go-feature-flag-web": "0.1.6",
9+
"libs/providers/go-feature-flag-web": "0.2.0",
1010
"libs/shared/flagd-core": "0.1.11",
1111
"libs/shared/ofrep-core": "0.0.2-experimental",
1212
"libs/providers/flipt": "0.0.2"

libs/providers/go-feature-flag-web/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.1.6...go-feature-flag-web-provider-v0.2.0) (2024-03-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update OpenFeature SDK peer ([#798](https://github.com/open-feature/js-sdk-contrib/issues/798))
9+
10+
### ✨ New Features
11+
12+
* update OpenFeature SDK peer ([#798](https://github.com/open-feature/js-sdk-contrib/issues/798)) ([ebd16b9](https://github.com/open-feature/js-sdk-contrib/commit/ebd16b9630bcc6b253a7061a144e8d476cd8b586))
13+
314
## [0.1.6](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.1.5...go-feature-flag-web-provider-v0.1.6) (2024-01-21)
415

516

libs/providers/go-feature-flag-web/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/go-feature-flag-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/go-feature-flag-web-provider",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"scripts": {
55
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
66
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)