Skip to content

Commit

Permalink
chore(main): release flagd-provider 0.10.2 (#684)
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>
  • Loading branch information
github-actions[bot] authored Dec 12, 2023
1 parent 848d7ae commit f8a0dfc
Show file tree
Hide file tree
Showing 3 changed files with 9 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,7 +1,7 @@
{
"libs/hooks/open-telemetry": "0.3.0",
"libs/providers/go-feature-flag": "0.6.1",
"libs/providers/flagd": "0.10.1",
"libs/providers/flagd": "0.10.2",
"libs/providers/flagd-web": "0.4.0",
"libs/providers/env-var": "0.2.0",
"libs/providers/config-cat": "0.4.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.2](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.10.1...flagd-provider-v0.10.2) (2023-12-12)


### 🐛 Bug Fixes

* hanging grpc handles after shutdown ([#683](https://github.com/open-feature/js-sdk-contrib/issues/683)) ([848d7ae](https://github.com/open-feature/js-sdk-contrib/commit/848d7ae844ced7938531c9606bdbddb8fa68a2d7))

## [0.10.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.10.0...flagd-provider-v0.10.1) (2023-12-06)


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

Please sign in to comment.