Skip to content

Commit c109248

Browse files
chore(main): release ofrep-provider 0.2.0 (#1005)
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 e882ab3 commit c109248

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"libs/providers/go-feature-flag-web": "0.2.0",
1010
"libs/shared/flagd-core": "0.2.3",
1111
"libs/shared/ofrep-core": "0.2.0",
12-
"libs/providers/ofrep": "0.1.3",
12+
"libs/providers/ofrep": "0.2.0",
1313
"libs/providers/ofrep-web": "0.3.0",
1414
"libs/providers/flipt": "0.1.0",
1515
"libs/providers/flagsmith-client": "0.1.2",

libs/providers/ofrep/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.2.0](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-provider-v0.1.3...ofrep-provider-v0.2.0) (2024-07-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use native headers, optional query params ([#1003](https://github.com/open-feature/js-sdk-contrib/issues/1003))
9+
10+
### ✨ New Features
11+
12+
* use native headers, optional query params ([#1003](https://github.com/open-feature/js-sdk-contrib/issues/1003)) ([383f4f3](https://github.com/open-feature/js-sdk-contrib/commit/383f4f310d0eeed8a72f73ed8a539aeab46e3177))
13+
314
## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-provider-v0.1.2...ofrep-provider-v0.1.3) (2024-04-16)
415

516

libs/providers/ofrep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/ofrep-provider",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"dependencies": {
55
"tslib": "^2.3.0"
66
},

0 commit comments

Comments
 (0)