Skip to content

Commit

Permalink
chore(main): release go-feature-flag-provider 0.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2023
1 parent c28c5d5 commit 4d9ebb0
Show file tree
Hide file tree
Showing 3 changed files with 15 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.2.4",
"libs/providers/go-feature-flag": "0.5.16",
"libs/providers/go-feature-flag": "0.5.17",
"libs/providers/flagd": "0.8.3",
"libs/providers/flagd-web": "0.4.0",
"libs/providers/env-var": "0.1.1",
Expand Down
13 changes: 13 additions & 0 deletions libs/providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### 🐛 Bug Fixes

* packaging issues impacting babel/react ([#596](https://github.com/open-feature/js-sdk-contrib/issues/596)) ([0446eab](https://github.com/open-feature/js-sdk-contrib/commit/0446eab5cf9b45ce7de251b4f5feb8df1d499b9d))


### 🧹 Chore

* **deps:** update dependency eslint to v8.50.0 ([#600](https://github.com/open-feature/js-sdk-contrib/issues/600)) ([9732127](https://github.com/open-feature/js-sdk-contrib/commit/9732127d81746bd31898b7272821bdaeced1dab4))
* revert bad goff release ([affd7af](https://github.com/open-feature/js-sdk-contrib/commit/affd7af00803fb93057be05fc5922eb2b117e605))

## [0.5.16](https://github.com/open-feature/js-sdk-contrib/compare/go-feature-flag-provider-v0.5.15...go-feature-flag-provider-v0.5.16) (2023-09-18)


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.5.16",
"version": "0.5.17",
"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 4d9ebb0

Please sign in to comment.