Skip to content

Commit

Permalink
chore(main): release ofrep-web-provider 0.1.4 (#892)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 18, 2024
1 parent ceb42cb commit 166fcb1
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 @@ -10,7 +10,7 @@
"libs/shared/flagd-core": "0.2.2",
"libs/shared/ofrep-core": "0.1.4",
"libs/providers/ofrep": "0.1.3",
"libs/providers/ofrep-web": "0.1.3",
"libs/providers/ofrep-web": "0.1.4",
"libs/providers/flipt": "0.1.0",
"libs/providers/flagsmith-client": "0.1.2",
"libs/providers/flipt-web": "0.1.0",
Expand Down
17 changes: 17 additions & 0 deletions libs/providers/ofrep-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.1.4](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.1.3...ofrep-web-provider-v0.1.4) (2024-06-18)


### 🐛 Bug Fixes

* **OFREP-Web:** typo in the readme ([#898](https://github.com/open-feature/js-sdk-contrib/issues/898)) ([97c5b56](https://github.com/open-feature/js-sdk-contrib/commit/97c5b56a4f12a5c8ef6a0b7f2127fd3c807e7485))


### ✨ New Features

* support relative baseUrls ([#950](https://github.com/open-feature/js-sdk-contrib/issues/950)) ([ceb42cb](https://github.com/open-feature/js-sdk-contrib/commit/ceb42cb335518963a3ca5d21f15f9b439c481f2f))


### 📚 Documentation

* update example in readme ([c89a4d8](https://github.com/open-feature/js-sdk-contrib/commit/c89a4d803928ded1410ef5396832e088d69bf572))

## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.1.2...ofrep-web-provider-v0.1.3) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion libs/providers/ofrep-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/ofrep-web-provider",
"version": "0.1.3",
"version": "0.1.4",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit 166fcb1

Please sign in to comment.