Skip to content

Commit

Permalink
chore(main): release flagd-core 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 16, 2024
1 parent 2a4dbcf commit 5912fdb
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 @@ -7,7 +7,7 @@
"libs/providers/config-cat": "0.6.1",
"libs/providers/launchdarkly-client": "0.3.0",
"libs/providers/go-feature-flag-web": "0.2.0",
"libs/shared/flagd-core": "0.2.0",
"libs/shared/flagd-core": "0.2.1",
"libs/shared/ofrep-core": "0.1.4",
"libs/providers/ofrep": "0.1.3",
"libs/providers/ofrep-web": "0.1.3",
Expand Down
7 changes: 7 additions & 0 deletions libs/shared/flagd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.2.0...flagd-core-v0.2.1) (2024-04-16)


### ✨ New Features

* add targeting validation/warning ([#878](https://github.com/open-feature/js-sdk-contrib/issues/878)) ([2a4dbcf](https://github.com/open-feature/js-sdk-contrib/commit/2a4dbcf0daa6b55e7cc73aa9b4a1fb481054e752))

## [0.2.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-core-v0.1.11...flagd-core-v0.2.0) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion libs/shared/flagd-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/flagd-core",
"version": "0.2.0",
"version": "0.2.1",
"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 5912fdb

Please sign in to comment.