File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 8.9.0 "
2+ "." : " 8.9.1 "
33}
Original file line number Diff line number Diff line change 11# node-addon-api Changelog
22
3+ ## [ 8.9.1] ( https://github.com/nodejs/node-addon-api/compare/v8.9.0...v8.9.1 ) (2026-07-31)
4+
5+
6+ ### Bug Fixes
7+
8+ * fix vs2026 ICE compatibility ([ #1739 ] ( https://github.com/nodejs/node-addon-api/issues/1739 ) ) ([ 7223518] ( https://github.com/nodejs/node-addon-api/commit/722351807e21eaada1df16de1e959006c907a031 ) )
9+
310## [ 8.9.0] ( https://github.com/nodejs/node-addon-api/compare/v8.8.0...v8.9.0 ) (2026-05-24)
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.9.0
22+ ## Current version: 8.9.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 473473 "lint:fix" : " eslint --fix && node tools/clang-format --fix"
474474 },
475475 "pre-commit" : " lint" ,
476- "version" : " 8.9.0 " ,
476+ "version" : " 8.9.1 " ,
477477 "support" : true ,
478478 "engines" : {
479479 "node" : " ^18 || ^20 || >= 21"
You can’t perform that action at this time.
0 commit comments