File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 8.2.2 "
2
+ "." : " 8.3.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# node-addon-api Changelog
2
2
3
+ ## [ 8.3.0] ( https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.3.0 ) (2024-11-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * allow catching all exceptions ([ #1593 ] ( https://github.com/nodejs/node-addon-api/issues/1593 ) ) ([ c679f6f] ( https://github.com/nodejs/node-addon-api/commit/c679f6f4c9dc6bf9fc0d99cbe5982bd24a5e2c7b ) )
9
+
3
10
## [ 8.2.2] ( https://github.com/nodejs/node-addon-api/compare/v8.2.1...v8.2.2 ) (2024-11-07)
4
11
5
12
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and exception handling semantics with low overhead.
19
19
API references are available in the [ doc] ( doc/README.md ) directory.
20
20
21
21
<!-- x-release-please-start-version -->
22
- ## Current version: 8.2.2
22
+ ## Current version: 8.3.0
23
23
<!-- x-release-please-end -->
24
24
25
25
(See [ CHANGELOG.md] ( CHANGELOG.md ) for complete Changelog)
Original file line number Diff line number Diff line change 472
472
"lint:fix" : " eslint --fix && node tools/clang-format --fix"
473
473
},
474
474
"pre-commit" : " lint" ,
475
- "version" : " 8.2.2 " ,
475
+ "version" : " 8.3.0 " ,
476
476
"support" : true ,
477
477
"engines" : {
478
478
"node" : " ^18 || ^20 || >= 21"
You can’t perform that action at this time.
0 commit comments