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 1
1
{
2
- "." : " 8.2.0 "
2
+ "." : " 8.2.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# node-addon-api Changelog
2
2
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
+
3
11
## [ 8.2.0] ( https://github.com/nodejs/node-addon-api/compare/v8.1.0...v8.2.0 ) (2024-09-19)
4
12
5
13
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.0
22
+ ## Current version: 8.2.1
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 478
478
"lint:fix" : " node tools/clang-format --fix && node tools/eslint-format --fix"
479
479
},
480
480
"pre-commit" : " lint" ,
481
- "version" : " 8.2.0 " ,
481
+ "version" : " 8.2.1 " ,
482
482
"support" : true ,
483
483
"engines" : {
484
484
"node" : " ^18 || ^20 || >= 21"
You can’t perform that action at this time.
0 commit comments