Skip to content

Commit

Permalink
chore(main): release env-var-provider 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 25, 2024
1 parent 5aa26fd commit 41b5686
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"libs/providers/go-feature-flag": "0.6.2",
"libs/providers/flagd": "0.12.0",
"libs/providers/flagd-web": "0.6.0",
"libs/providers/env-var": "0.2.0",
"libs/providers/env-var": "0.3.0",
"libs/providers/config-cat": "0.6.0",
"libs/providers/launchdarkly-client": "0.2.1",
"libs/providers/go-feature-flag-web": "0.1.6",
Expand Down
17 changes: 17 additions & 0 deletions libs/providers/env-var/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://github.com/open-feature/js-sdk-contrib/compare/env-var-provider-v0.2.0...env-var-provider-v0.3.0) (2024-03-25)


### ⚠ 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))


### 🧹 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))
* fix lint issues and bump server sdk version ([#715](https://github.com/open-feature/js-sdk-contrib/issues/715)) ([bd57177](https://github.com/open-feature/js-sdk-contrib/commit/bd571770f3a1a01bd62663dc3473273449f96c5c))

## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/env-var-provider-v0.1.1...env-var-provider-v0.2.0) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/env-var/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/env-var-provider",
"version": "0.2.0",
"version": "0.3.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 41b5686

Please sign in to comment.