From e578c47e05e028762ca5fc72a99b98a9b907cfe8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 18:38:21 +0200 Subject: [PATCH] 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> --- .release-please-manifest.json | 2 +- libs/providers/go-feature-flag/CHANGELOG.md | 8 ++++++++ libs/providers/go-feature-flag/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d3f5493..1e5984a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/libs/providers/go-feature-flag/CHANGELOG.md b/libs/providers/go-feature-flag/CHANGELOG.md index 7897ef96..03440151 100644 --- a/libs/providers/go-feature-flag/CHANGELOG.md +++ b/libs/providers/go-feature-flag/CHANGELOG.md @@ -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) diff --git a/libs/providers/go-feature-flag/package.json b/libs/providers/go-feature-flag/package.json index 50a0ee7c..ae0e263d 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.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"