Skip to content

Commit 264bc1b

Browse files
chore: release v8.2.2 (#1603)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98aae33 commit 264bc1b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.2.1"
2+
".": "8.2.2"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# node-addon-api Changelog
22

3+
## [8.2.2](https://github.com/nodejs/node-addon-api/compare/v8.2.1...v8.2.2) (2024-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* mark external memory and version APIs as basic ([#1597](https://github.com/nodejs/node-addon-api/issues/1597)) ([78da4fa](https://github.com/nodejs/node-addon-api/commit/78da4fa2251af1e4de16efac94d92388f117ae6e))
9+
* missing napi_delete_reference on ObjectWrap ref ([#1607](https://github.com/nodejs/node-addon-api/issues/1607)) ([98aae33](https://github.com/nodejs/node-addon-api/commit/98aae3343c3af36b4befd6b67c4cb19ba49b8d20))
10+
311
## [8.2.1](https://github.com/nodejs/node-addon-api/compare/v8.2.0...v8.2.1) (2024-10-09)
412

513

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and exception handling semantics with low overhead.
1919
API references are available in the [doc](doc/README.md) directory.
2020

2121
<!-- x-release-please-start-version -->
22-
## Current version: 8.2.1
22+
## Current version: 8.2.2
2323
<!-- x-release-please-end -->
2424

2525
(See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix"
479479
},
480480
"pre-commit": "lint",
481-
"version": "8.2.1",
481+
"version": "8.2.2",
482482
"support": true,
483483
"engines": {
484484
"node": "^18 || ^20 || >= 21"

0 commit comments

Comments
 (0)