Skip to content

Commit 5c2585f

Browse files
openfeaturebottoddbaert
authored andcommitted
chore(main): release flagd-provider 0.16.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent c0defa4 commit 5c2585f

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"libs/hooks/open-telemetry": "1.0.0",
33
"libs/providers/go-feature-flag": "1.3.1",
4-
"libs/providers/flagd": "0.15.1",
4+
"libs/providers/flagd": "0.16.0",
55
"libs/providers/flagd-web": "0.7.4",
66
"libs/providers/env-var": "0.3.1",
77
"libs/providers/config-cat": "0.8.0",

libs/providers/flagd/CHANGELOG.md

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

3+
## [0.16.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.15.1...flagd-provider-v0.16.0) (2026-06-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* DISABLED is a successful evaluation (still defaults) ([#1558](https://github.com/open-feature/js-sdk-contrib/issues/1558))
9+
10+
### ✨ New Features
11+
12+
* DISABLED is a successful evaluation (still defaults) ([#1558](https://github.com/open-feature/js-sdk-contrib/issues/1558)) ([198c928](https://github.com/open-feature/js-sdk-contrib/commit/198c92840e5bbf80b300f3f585250897ea1b24e3))
13+
314
## [0.15.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.15.0...flagd-provider-v0.15.1) (2026-05-01)
415

516

libs/providers/flagd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-provider",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/open-feature/js-sdk-contrib.git",

0 commit comments

Comments
 (0)