Skip to content

Commit

Permalink
chore(main): release core 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Aug 28, 2024
1 parent df4e72e commit bdbf2cb
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 @@ -3,5 +3,5 @@
"packages/react": "0.4.3",
"packages/web": "1.2.2",
"packages/server": "1.15.0",
"packages/shared": "1.3.0"
"packages/shared": "1.4.0"
}
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/open-feature/js-sdk/compare/core-v1.3.0...core-v1.4.0) (2024-08-28)


### ✨ New Features

* updated the Metadata type to allow for custom properties ([#975](https://github.com/open-feature/js-sdk/issues/975)) ([16b0d74](https://github.com/open-feature/js-sdk/commit/16b0d743404da1f82d5fbada1ad5bedc0d253417))

## [1.3.0](https://github.com/open-feature/js-sdk/compare/core-v1.2.0...core-v1.3.0) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/core",
"version": "1.3.0",
"version": "1.4.0",
"description": "Shared OpenFeature JS components (server and web)",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit bdbf2cb

Please sign in to comment.