File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 8.2.0 "
2+ "." : " 8.2.1 "
33}
Original file line number Diff line number Diff line change 11# node-addon-api Changelog
22
3+ ## [ 8.2.1] ( https://github.com/nodejs/node-addon-api/compare/v8.2.0...v8.2.1 ) (2024-10-09)
4+
5+
6+ ### Bug Fixes
7+
8+ * failed type cast checks in Symbol::WellKnown ([ d8523a7] ( https://github.com/nodejs/node-addon-api/commit/d8523a708030a0a3abb9d7832051c70e2dafac3d ) )
9+ * missing node_api_nogc_env definition ([ #1585 ] ( https://github.com/nodejs/node-addon-api/issues/1585 ) ) ([ 6ba3891] ( https://github.com/nodejs/node-addon-api/commit/6ba3891954d8b56215d133e54a86cb621e476b9e ) )
10+
311## [ 8.2.0] ( https://github.com/nodejs/node-addon-api/compare/v8.1.0...v8.2.0 ) (2024-09-19)
412
513
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.0
22+ ## Current version: 8.2.1
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 478478 "lint:fix" : " node tools/clang-format --fix && node tools/eslint-format --fix"
479479 },
480480 "pre-commit" : " lint" ,
481- "version" : " 8.2.0 " ,
481+ "version" : " 8.2.1 " ,
482482 "support" : true ,
483483 "engines" : {
484484 "node" : " ^18 || ^20 || >= 21"
You can’t perform that action at this time.
0 commit comments