Skip to content

Commit

Permalink
chore(main): release flagd-provider 0.12.0 (#788)
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 Mar 16, 2024
1 parent ebd16b9 commit 5f9fe4e
Show file tree
Hide file tree
Showing 3 changed files with 18 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.11.1",
"libs/providers/flagd": "0.12.0",
"libs/providers/flagd-web": "0.5.1",
"libs/providers/env-var": "0.2.0",
"libs/providers/config-cat": "0.5.0",
Expand Down
16 changes: 16 additions & 0 deletions libs/providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.12.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.11.1...flagd-provider-v0.12.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))


### 📚 Documentation

* fix resolve type environment variable ([eaf7788](https://github.com/open-feature/js-sdk-contrib/commit/eaf7788e028a0c91cab4d6bf5b5645456aef0904))

## [0.11.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.11.0...flagd-provider-v0.11.1) (2024-02-15)


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.11.1",
"version": "0.12.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 5f9fe4e

Please sign in to comment.