Skip to content

Commit 07eb977

Browse files
chore(main): release go-feature-flag-web-provider 0.1.2 (#565)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f824f9 commit 07eb977

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"libs/providers/in-memory": "0.2.0",
88
"libs/providers/config-cat": "0.3.0",
99
"libs/providers/launchdarkly-client": "0.2.0",
10-
"libs/providers/go-feature-flag-web": "0.1.1"
10+
"libs/providers/go-feature-flag-web": "0.1.2"
1111
}

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

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

3+
## [0.1.2](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.1.1...go-feature-flag-web-provider-v0.1.2) (2023-09-11)
4+
5+
6+
### 🧹 Chore
7+
8+
* update nx, run migrations ([#552](https://github.com/open-feature/js-sdk-contrib/issues/552)) ([a88d8fc](https://github.com/open-feature/js-sdk-contrib/commit/a88d8fc097789fd7f56011e6ebb66070f52c6e56))
9+
310
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-web-provider-v0.1.0...go-feature-flag-web-provider-v0.1.1) (2023-07-31)
411

512

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.1",
3+
"version": "0.1.2",
44
"type": "commonjs",
55
"scripts": {
66
"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",

0 commit comments

Comments
 (0)