Skip to content

Commit 1e334ba

Browse files
chore(main): release core 1.5.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 80f182e commit 1e334ba

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/angular": "0.0.1-experimental",
55
"packages/web": "1.2.4",
66
"packages/server": "1.15.1",
7-
"packages/shared": "1.4.0",
7+
"packages/shared": "1.5.0",
88
"packages/angular/projects/angular-sdk": "0.0.6-experimental"
99
}

packages/shared/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/open-feature/js-sdk/compare/core-v1.4.0...core-v1.5.0) (2024-10-29)
4+
5+
6+
### ✨ New Features
7+
8+
* implement tracking as per spec ([#1020](https://github.com/open-feature/js-sdk/issues/1020)) ([80f182e](https://github.com/open-feature/js-sdk/commit/80f182e1afbd3a705bf3de6a0d9886ccb3424b44))
9+
10+
11+
### 🧹 Chore
12+
13+
* 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))
14+
315
## [1.4.0](https://github.com/open-feature/js-sdk/compare/core-v1.3.0...core-v1.4.0) (2024-08-28)
416

517

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/core",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)