Skip to content

Commit

Permalink
chore(main): release go-feature-flag-provider 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 16, 2024
1 parent ebd16b9 commit f8ca9c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"libs/hooks/open-telemetry": "0.3.0",
"libs/providers/go-feature-flag": "0.6.2",
"libs/providers/go-feature-flag": "0.7.0",
"libs/providers/flagd": "0.11.1",
"libs/providers/flagd-web": "0.5.1",
"libs/providers/env-var": "0.2.0",
Expand Down
11 changes: 11 additions & 0 deletions libs/providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.6.2...go-feature-flag-provider-v0.7.0) (2024-03-16)


### ⚠ BREAKING CHANGES

* update OpenFeature SDK peer ([#798](https://github.com/open-feature/js-sdk-contrib/issues/798))

### ✨ New Features

* update OpenFeature SDK peer ([#798](https://github.com/open-feature/js-sdk-contrib/issues/798)) ([ebd16b9](https://github.com/open-feature/js-sdk-contrib/commit/ebd16b9630bcc6b253a7061a144e8d476cd8b586))

## [0.6.2](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.6.1...go-feature-flag-provider-v0.6.2) (2024-01-20)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/go-feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/go-feature-flag-provider",
"version": "0.6.2",
"version": "0.7.0",
"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"
Expand Down

0 comments on commit f8ca9c5

Please sign in to comment.