Skip to content

Commit 9966281

Browse files
chore(main): release go-feature-flag-provider 0.5.11 (open-feature#426)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f285dab commit 9966281

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"libs/hooks/open-telemetry": "6.0.1",
3-
"libs/providers/go-feature-flag": "0.5.10",
3+
"libs/providers/go-feature-flag": "0.5.11",
44
"libs/providers/flagd": "0.7.6",
55
"libs/providers/flagd-web": "0.3.4",
66
"libs/providers/env-var": "0.1.1",

libs/providers/go-feature-flag/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.11](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.10...go-feature-flag-provider-v0.5.11) (2023-06-27)
4+
5+
6+
### ✨ New Features
7+
8+
* Return CACHED reason when using cache ([#425](https://github.com/open-feature/js-sdk-contrib/issues/425)) ([f285dab](https://github.com/open-feature/js-sdk-contrib/commit/f285dab379f98c3f1d70e144d5599847fe6cf0f5))
9+
310
## [0.5.10](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.9...go-feature-flag-provider-v0.5.10) (2023-06-16)
411

512

libs/providers/go-feature-flag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/go-feature-flag-provider",
3-
"version": "0.5.10",
3+
"version": "0.5.11",
44
"scripts": {
55
"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",
66
"current-version": "echo $npm_package_version"

0 commit comments

Comments
 (0)