Skip to content

Commit 5b1a57d

Browse files
chore: release v8.2.0 (nodejs#1571)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82e881c commit 5b1a57d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.1.0"
2+
".": "8.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# node-addon-api Changelog
22

3+
## [8.2.0](https://github.com/nodejs/node-addon-api/compare/v8.1.0...v8.2.0) (2024-09-19)
4+
5+
6+
### Features
7+
8+
* add support for nogc types via `BasicEnv` ([#1514](https://github.com/nodejs/node-addon-api/issues/1514)) ([b4aeecb](https://github.com/nodejs/node-addon-api/commit/b4aeecb046480eeaaf1c578a140f71ac0e77094f))
9+
* add support for requiring basic finalizers ([#1568](https://github.com/nodejs/node-addon-api/issues/1568)) ([7bcb826](https://github.com/nodejs/node-addon-api/commit/7bcb826aa4323f450b3c58f9c7fb34243ff13f77))
10+
11+
12+
### Bug Fixes
13+
14+
* call base basic finalizer if none defined ([#1574](https://github.com/nodejs/node-addon-api/issues/1574)) ([294a43f](https://github.com/nodejs/node-addon-api/commit/294a43f8c6a4c79b3295a8f1b83d4782d44cfe74))
15+
316
## [8.1.0](https://github.com/nodejs/node-addon-api/compare/node-addon-api-v8.0.0...node-addon-api-v8.1.0) (2024-07-05)
417

518

README.md

Lines changed: 1 addition & 1 deletion
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.1.0
22+
## Current version: 8.2.0
2323
<!-- x-release-please-end -->
2424

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

package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
481+
"version": "8.2.0",
482482
"support": true,
483483
"engines": {
484484
"node": "^18 || ^20 || >= 21"

0 commit comments

Comments
 (0)