Skip to content

Commit 3e1295c

Browse files
chore(main): release ofrep-provider 0.2.1 (#1176)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent 3fa006d commit 3e1295c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"libs/providers/go-feature-flag-web": "0.2.5",
1010
"libs/shared/flagd-core": "1.0.0",
1111
"libs/shared/ofrep-core": "1.0.0",
12-
"libs/providers/ofrep": "0.2.0",
12+
"libs/providers/ofrep": "0.2.1",
1313
"libs/providers/ofrep-web": "0.3.2",
1414
"libs/providers/flipt": "0.1.2",
1515
"libs/providers/flagsmith-client": "0.1.2",

libs/providers/ofrep/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-provider-v0.2.0...ofrep-provider-v0.2.1) (2025-02-13)
4+
5+
6+
### ✨ New Features
7+
8+
* support metadata in errors in OFREP ([#1203](https://github.com/open-feature/js-sdk-contrib/issues/1203)) ([ce37b6a](https://github.com/open-feature/js-sdk-contrib/commit/ce37b6adcdc9fca0af386eece00c580542cf7b4b))
9+
10+
11+
### 🧹 Chore
12+
13+
* update nx packages ([#1147](https://github.com/open-feature/js-sdk-contrib/issues/1147)) ([7f310fe](https://github.com/open-feature/js-sdk-contrib/commit/7f310fe87101b8aa793e1436e63c7602ccc202e3))
14+
* update ofrep peer ([#1211](https://github.com/open-feature/js-sdk-contrib/issues/1211)) ([b3abb35](https://github.com/open-feature/js-sdk-contrib/commit/b3abb3551cb39e73046bc6fae77106225c96015d))
15+
316
## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-provider-v0.1.3...ofrep-provider-v0.2.0) (2024-07-11)
417

518

libs/providers/ofrep/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/ofrep-provider",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "Apache-2.0",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",

0 commit comments

Comments
 (0)