Skip to content

Commit 12b3b35

Browse files
openfeaturebotopenfeature-peer-update-bot
andauthored
chore(main): release core 0.0.24 (#770)
🤖 I have created a release *beep* *boop* --- ## [0.0.24](core-v0.0.23...core-v0.0.24) (2024-01-27) ### ✨ New Features * adds ErrorOptions to Error constructor ([#765](#765)) ([2f59a9f](2f59a9f)) ### 🐛 Bug Fixes * event-handler leakage ([#788](#788)) ([69c7f05](69c7f05)) --- 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 <[email protected]> Signed-off-by: openfeature-peer-update-bot <[email protected]> Co-authored-by: openfeature-peer-update-bot <[email protected]>
1 parent 2170a9f commit 12b3b35

File tree

6 files changed

+23
-11
lines changed

6 files changed

+23
-11
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/react": "0.1.0-experimental",
44
"packages/client": "0.4.10",
55
"packages/server": "1.9.1",
6-
"packages/shared": "0.0.23"
6+
"packages/shared": "0.0.24"
77
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
},
4747
"homepage": "https://github.com/open-feature/js-sdk#readme",
4848
"peerDependencies": {
49-
"@openfeature/core": "0.0.23"
49+
"@openfeature/core": "0.0.24"
5050
},
5151
"devDependencies": {
52-
"@openfeature/core": "0.0.23"
52+
"@openfeature/core": "0.0.24"
5353
}
5454
}

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"node": ">=16"
4949
},
5050
"peerDependencies": {
51-
"@openfeature/core": "0.0.23"
51+
"@openfeature/core": "0.0.24"
5252
},
5353
"devDependencies": {
54-
"@openfeature/core": "0.0.23"
54+
"@openfeature/core": "0.0.24"
5555
}
5656
}

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+
## [0.0.24](https://github.com/open-feature/js-sdk/compare/core-v0.0.23...core-v0.0.24) (2024-01-27)
4+
5+
6+
### ✨ New Features
7+
8+
* adds ErrorOptions to Error constructor ([#765](https://github.com/open-feature/js-sdk/issues/765)) ([2f59a9f](https://github.com/open-feature/js-sdk/commit/2f59a9f5a81135d81d3c6cd7a14863dc21b012b4))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* event-handler leakage ([#788](https://github.com/open-feature/js-sdk/issues/788)) ([69c7f05](https://github.com/open-feature/js-sdk/commit/69c7f05eb48341a3b3fa3c584ccf641201bb0c6e))
14+
315
## [0.0.23](https://github.com/open-feature/js-sdk/compare/core-v0.0.22...core-v0.0.23) (2024-01-11)
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": "0.0.23",
3+
"version": "0.0.24",
44
"description": "Shared OpenFeature JS components (server and web)",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)