Skip to content

Commit 61510bc

Browse files
chore(main): release env-var-provider 0.4.0
1 parent 4e12029 commit 61510bc

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"libs/providers/go-feature-flag": "0.7.8",
44
"libs/providers/flagd": "0.13.3",
55
"libs/providers/flagd-web": "0.7.3",
6-
"libs/providers/env-var": "0.3.1",
6+
"libs/providers/env-var": "0.4.0",
77
"libs/providers/config-cat": "0.7.5",
88
"libs/providers/launchdarkly-client": "0.3.2",
99
"libs/providers/go-feature-flag-web": "0.2.6",

libs/providers/env-var/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/env-var-provider-v0.3.1...env-var-provider-v0.4.0) (2025-06-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **env-var:** set runs on property to server ([#981](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/981)) ([919761d](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/919761d8926fc102c84b11288d4c6d1ff3e3fc05))
13+
14+
15+
### ✨ New Features
16+
17+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798)) ([ebd16b9](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ebd16b9630bcc6b253a7061a144e8d476cd8b586))
18+
319
## [0.3.1](https://github.com/open-feature/js-sdk-contrib/compare/env-var-provider-v0.3.0...env-var-provider-v0.3.1) (2024-07-10)
420

521

libs/providers/env-var/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/env-var-provider",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"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",

0 commit comments

Comments
 (0)