File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 8.2.2 "
2+ "." : " 8.3.0 "
33}
Original file line number Diff line number Diff line change 11# node-addon-api Changelog
22
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+
310## [ 8.2.2] ( https://github.com/nodejs/node-addon-api/compare/v8.2.1...v8.2.2 ) (2024-11-07)
411
512
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and exception handling semantics with low overhead.
1919API references are available in the [ doc] ( doc/README.md ) directory.
2020
2121<!-- x-release-please-start-version -->
22- ## Current version: 8.2.2
22+ ## Current version: 8.3.0
2323<!-- x-release-please-end -->
2424
2525(See [ CHANGELOG.md] ( CHANGELOG.md ) for complete Changelog)
Original file line number Diff line number Diff line change 472472 "lint:fix" : " eslint --fix && node tools/clang-format --fix"
473473 },
474474 "pre-commit" : " lint" ,
475- "version" : " 8.2.2 " ,
475+ "version" : " 8.3.0 " ,
476476 "support" : true ,
477477 "engines" : {
478478 "node" : " ^18 || ^20 || >= 21"
You can’t perform that action at this time.
0 commit comments