Skip to content

Commit acc0c01

Browse files
chore(main): release go-feature-flag-provider 0.5.8 (#320)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff60b6f commit acc0c01

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"libs/hooks/open-telemetry": "6.0.1",
3-
"libs/providers/go-feature-flag": "0.5.7",
3+
"libs/providers/go-feature-flag": "0.5.8",
44
"libs/providers/flagd": "0.7.5",
55
"libs/providers/flagd-web": "0.3.3",
66
"libs/providers/env-var": "0.1.1",

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

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

3+
## [0.5.8](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.7...go-feature-flag-provider-v0.5.8) (2023-04-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* go-feature-flag provider this.apiKey is undefined ([#319](https://github.com/open-feature/js-sdk-contrib/issues/319)) ([ff60b6f](https://github.com/open-feature/js-sdk-contrib/commit/ff60b6fd988d5e6a479589b5e320221a3a807775))
9+
310
## [0.5.7](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.6...go-feature-flag-provider-v0.5.7) (2023-04-08)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/go-feature-flag-provider",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
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)