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.5 .0"
2+ "." : " 8.6 .0"
33}
Original file line number Diff line number Diff line change 11# node-addon-api Changelog
22
3+ ## [ 8.6.0] ( https://github.com/nodejs/node-addon-api/compare/v8.5.0...v8.6.0 ) (2025-12-04)
4+
5+
6+ ### Features
7+
8+ * add SharedArrayBuffer ([ #1688 ] ( https://github.com/nodejs/node-addon-api/issues/1688 ) ) ([ 220bee2] ( https://github.com/nodejs/node-addon-api/commit/220bee244fae2e36405bf2bda33cb3985a846912 ) )
9+
310## [ 8.5.0] ( https://github.com/nodejs/node-addon-api/compare/v8.4.0...v8.5.0 ) (2025-07-04)
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.5 .0
22+ ## Current version: 8.6 .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.5 .0" ,
475+ "version" : " 8.6 .0" ,
476476 "support" : true ,
477477 "engines" : {
478478 "node" : " ^18 || ^20 || >= 21"
You can’t perform that action at this time.
0 commit comments