Skip to content

Commit

Permalink
chore(main): release flagd-provider 0.10.5 (#752)
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 Jan 30, 2024
1 parent 4ff73e7 commit 67459b9
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.2",
"libs/providers/flagd": "0.10.4",
"libs/providers/flagd": "0.10.5",
"libs/providers/flagd-web": "0.4.1",
"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.5](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.10.4...flagd-provider-v0.10.5) (2024-01-30)


### ✨ New Features

* add offline mode file path env ([#751](https://github.com/open-feature/js-sdk-contrib/issues/751)) ([4ff73e7](https://github.com/open-feature/js-sdk-contrib/commit/4ff73e787693cd2e783200e6c165352a2906185b))

## [0.10.4](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.10.3...flagd-provider-v0.10.4) (2024-01-10)


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.4",
"version": "0.10.5",
"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 67459b9

Please sign in to comment.