chore(main): release go-feature-flag-provider 0.5.15 (#566)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-09-12 18:38:21 +02:00 committed by GitHub
parent c5dd7fcdd8
commit e578c47e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"libs/hooks/open-telemetry": "0.2.4", "libs/hooks/open-telemetry": "0.2.4",
"libs/providers/go-feature-flag": "0.5.14", "libs/providers/go-feature-flag": "0.5.15",
"libs/providers/flagd": "0.8.3", "libs/providers/flagd": "0.8.3",
"libs/providers/flagd-web": "0.4.0", "libs/providers/flagd-web": "0.4.0",
"libs/providers/env-var": "0.1.1", "libs/providers/env-var": "0.1.1",

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## [0.5.15](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.14...go-feature-flag-provider-v0.5.15) (2023-09-12)
### 🧹 Chore
* GO Feature Flag move datacollector to hook + change cache key ([#580](https://github.com/open-feature/js-sdk-contrib/issues/580)) ([c5dd7fc](https://github.com/open-feature/js-sdk-contrib/commit/c5dd7fcdd8521fce73daf4212adff755e2930eef))
* 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))
## [0.5.14](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.13...go-feature-flag-provider-v0.5.14) (2023-07-31) ## [0.5.14](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.13...go-feature-flag-provider-v0.5.14) (2023-07-31)

View File

@ -1,6 +1,6 @@
{ {
"name": "@openfeature/go-feature-flag-provider", "name": "@openfeature/go-feature-flag-provider",
"version": "0.5.14", "version": "0.5.15",
"scripts": { "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", "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" "current-version": "echo $npm_package_version"