Skip to content

Commit

Permalink
chore(main): release go-feature-flag-provider 0.6.1 (#648)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Poignant <[email protected]>
  • Loading branch information
github-actions[bot] and thomaspoignant authored Dec 7, 2023
1 parent acd05f2 commit 6efd124
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0",
"libs/providers/go-feature-flag": "0.6.1",
"libs/providers/flagd": "0.10.1",
"libs/providers/flagd-web": "0.4.0",
"libs/providers/env-var": "0.2.0",
Expand Down
8 changes: 8 additions & 0 deletions libs/providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.1](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.6.0...go-feature-flag-provider-v0.6.1) (2023-12-07)


### 🧹 Chore

* address lint issues ([#642](https://github.com/open-feature/js-sdk-contrib/issues/642)) ([bbd9aee](https://github.com/open-feature/js-sdk-contrib/commit/bbd9aee896dc4a0817f379b799a1b8d331ee76c6))
* goff test env correction ([#672](https://github.com/open-feature/js-sdk-contrib/issues/672)) ([725baf3](https://github.com/open-feature/js-sdk-contrib/commit/725baf3dea1c0ca5cb4e3ffdbcd6567797a685bb))

## [0.6.0](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.16...go-feature-flag-provider-v0.6.0) (2023-10-11)


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.0",
"version": "0.6.1",
"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 6efd124

Please sign in to comment.