Skip to content

Commit b60c3df

Browse files
chore(main): release core 1.8.0 (#1155)
🤖 I have created a release *beep* *boop* --- ## [1.8.0](core-v1.7.2...core-v1.8.0) (2025-04-10) ### ✨ New Features * add support for abort controllers to event handlers ([#1151](#1151)) ([6a22483](6a22483)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 5b19eb0 commit b60c3df

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.4.1",
66
"packages/server": "1.17.1",
7-
"packages/shared": "1.7.2",
7+
"packages/shared": "1.8.0",
88
"packages/angular/projects/angular-sdk": "0.0.10"
99
}

packages/shared/CHANGELOG.md

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

3+
## [1.8.0](https://github.com/open-feature/js-sdk/compare/core-v1.7.2...core-v1.8.0) (2025-04-10)
4+
5+
6+
### ✨ New Features
7+
8+
* add support for abort controllers to event handlers ([#1151](https://github.com/open-feature/js-sdk/issues/1151)) ([6a22483](https://github.com/open-feature/js-sdk/commit/6a224830fa4e62fc30a7802536f6f6fc3f772038))
9+
310
## [1.7.2](https://github.com/open-feature/js-sdk/compare/core-v1.7.1...core-v1.7.2) (2025-02-18)
411

512

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.7.2",
3+
"version": "1.8.0",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)