Skip to content

Commit

Permalink
chore(main): release go-feature-flag-provider 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and toddbaert committed Jul 27, 2023
1 parent ff61206 commit d2c8e55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"libs/hooks/open-telemetry": "0.2.2",
"libs/providers/go-feature-flag": "0.5.12",
"libs/providers/go-feature-flag": "0.5.13",
"libs/providers/flagd": "0.8.0",
"libs/providers/flagd-web": "0.3.4",
"libs/providers/env-var": "0.1.1",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.13](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.12...go-feature-flag-provider-v0.5.13) (2023-07-27)


### 🐛 Bug Fixes

* [GO Feature Flag server] Implement ProviderStatus ([#493](https://github.com/open-feature/js-sdk-contrib/issues/493)) ([e11269d](https://github.com/open-feature/js-sdk-contrib/commit/e11269dec877a14b91a3721c9449dbd62dd069c1))

## [0.5.12](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.11...go-feature-flag-provider-v0.5.12) (2023-06-28)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/go-feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/go-feature-flag-provider",
"version": "0.5.12",
"version": "0.5.13",
"scripts": {
"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",
"current-version": "echo $npm_package_version"
Expand Down

0 comments on commit d2c8e55

Please sign in to comment.