File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
"packages/react" : " 0.1.0-experimental" ,
4
4
"packages/client" : " 0.4.10" ,
5
5
"packages/server" : " 1.9.1" ,
6
- "packages/shared" : " 0.0.23 "
6
+ "packages/shared" : " 0.0.24 "
7
7
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.24] ( https://github.com/open-feature/js-sdk/compare/core-v0.0.23...core-v0.0.24 ) (2024-01-26)
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
+
3
15
## [ 0.0.23] ( https://github.com/open-feature/js-sdk/compare/core-v0.0.22...core-v0.0.23 ) (2024-01-11)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openfeature/core" ,
3
- "version" : " 0.0.23 " ,
3
+ "version" : " 0.0.24 " ,
4
4
"description" : " Shared OpenFeature JS components (server and web)" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments