Skip to content

Commit

Permalink
chore(main): release ofrep-core 0.1.5 (#951)
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>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
github-actions[bot] and toddbaert committed Jun 18, 2024
1 parent 166fcb1 commit 3927038
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -8,7 +8,7 @@
"libs/providers/launchdarkly-client": "0.3.0",
"libs/providers/go-feature-flag-web": "0.2.0",
"libs/shared/flagd-core": "0.2.2",
"libs/shared/ofrep-core": "0.1.4",
"libs/shared/ofrep-core": "0.1.5",
"libs/providers/ofrep": "0.1.3",
"libs/providers/ofrep-web": "0.1.4",
"libs/providers/flipt": "0.1.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/shared/ofrep-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v0.1.4...ofrep-core-v0.1.5) (2024-06-18)


### ✨ 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))

## [0.1.4](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v0.1.3...ofrep-core-v0.1.4) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion libs/shared/ofrep-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/ofrep-core",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"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",
"current-version": "echo $npm_package_version"
Expand Down

0 comments on commit 3927038

Please sign in to comment.