Skip to content

Commit

Permalink
chore(main): release core 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
  • Loading branch information
openfeaturebot committed Oct 17, 2024
1 parent 1a73961 commit 6a45e6d
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 @@ -4,6 +4,6 @@
"packages/angular": "0.0.1-experimental",
"packages/web": "1.2.4",
"packages/server": "1.15.1",
"packages/shared": "1.4.0",
"packages/shared": "1.4.1",
"packages/angular/projects/angular-sdk": "0.0.4-experimental"
}
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.1](https://github.com/open-feature/js-sdk/compare/core-v1.4.0...core-v1.4.1) (2024-10-17)


### 🧹 Chore

* import type lint rule and fixes ([#1039](https://github.com/open-feature/js-sdk/issues/1039)) ([01fcb93](https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18))

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


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.4.0",
"version": "1.4.1",
"description": "Shared OpenFeature JS components (server and web)",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 6a45e6d

Please sign in to comment.