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>
This commit is contained in:
parent
e17b99ec73
commit
4c017d5a3e
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue