From 4c017d5a3efcbbf62b51a32bc757678666d1b9cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:00:14 +0200 Subject: [PATCH] chore(main): release go-feature-flag-provider 0.7.3 (#974) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- libs/providers/go-feature-flag/CHANGELOG.md | 7 +++++++ libs/providers/go-feature-flag/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fb0bd89..932b38aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "libs/hooks/open-telemetry": "0.4.0", - "libs/providers/go-feature-flag": "0.7.2", + "libs/providers/go-feature-flag": "0.7.3", "libs/providers/flagd": "0.13.0", "libs/providers/flagd-web": "0.7.1", "libs/providers/env-var": "0.3.0", diff --git a/libs/providers/go-feature-flag/CHANGELOG.md b/libs/providers/go-feature-flag/CHANGELOG.md index 024992d0..671c24fe 100644 --- a/libs/providers/go-feature-flag/CHANGELOG.md +++ b/libs/providers/go-feature-flag/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.2...go-feature-flag-provider-v0.7.3) (2024-06-29) + + +### 🐛 Bug Fixes + +* **gofeatureflag:** Error when receiving an empty string errorCode ([#973](https://github.com/open-feature/js-sdk-contrib/issues/973)) ([e17b99e](https://github.com/open-feature/js-sdk-contrib/commit/e17b99ec7328e35760175ed100a2e13be20079b7)) + ## [0.7.2](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.7.1...go-feature-flag-provider-v0.7.2) (2024-06-27) diff --git a/libs/providers/go-feature-flag/package.json b/libs/providers/go-feature-flag/package.json index e52f3181..5df44a91 100644 --- a/libs/providers/go-feature-flag/package.json +++ b/libs/providers/go-feature-flag/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/go-feature-flag-provider", - "version": "0.7.2", + "version": "0.7.3", "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"