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:
parent
c5dd7fcdd8
commit
e578c47e05
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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-web": "0.4.0",
|
||||
"libs/providers/env-var": "0.1.1",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# 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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openfeature/go-feature-flag-provider",
|
||||
"version": "0.5.14",
|
||||
"version": "0.5.15",
|
||||
"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