Skip to content

Commit bc5acef

Browse files
chore: release v8.1.0 (#1526)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1864e26 commit bc5acef

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# node-addon-api Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* Expose version property in public API ([#1479](https://github.com/nodejs/node-addon-api/issues/1479)) ([23bb42b](https://github.com/nodejs/node-addon-api/commit/23bb42b5e47630c9082dddbabea555626571926e))
9+
* improve messages on CheckCast ([#1507](https://github.com/nodejs/node-addon-api/issues/1507)) ([bf49519](https://github.com/nodejs/node-addon-api/commit/bf49519a4ce08ee5320327c9a0199cd89d5b87b3))
10+
11+
12+
### Bug Fixes
13+
14+
* fix compilation for Visual Studio 2022 ([#1492](https://github.com/nodejs/node-addon-api/issues/1492)) ([e011720](https://github.com/nodejs/node-addon-api/commit/e011720010af26ed66638ceac822e5f1c5e43cde))
15+
* restore ability to run under NAPI_EXPERIMENTAL ([#1409](https://github.com/nodejs/node-addon-api/issues/1409)) ([40bcb09](https://github.com/nodejs/node-addon-api/commit/40bcb09e6b82e7a1164cb3de56cb503d9b5a3d37))
16+
317
## 2024-03-01 Version 8.0.0, @legendecas
418

519
### Notable changes
@@ -1198,5 +1212,3 @@ yet backported in the previous Node.js version.
11981212
* [0a899bf1c5] - doc: update indication of latest version (Michael Dawson) https://github.com/nodejs/node-addon-api/pull/211
11991213
* [17c74e5a5e] - n-api: RangeError in napi_create_dataview() (Jinho Bang) https://github.com/nodejs/node-addon-api/pull/214
12001214
* [4058a29989] - n-api: fix memory leak in napi_async_destroy() (Jinho Bang) https://github.com/nodejs/node-addon-api/pull/213
1201-
1202-

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.0.0
22+
## Current version: 8.1.0
2323
<!-- x-release-please-end -->
2424

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

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@
374374
{
375375
"name": "Vladimir Morozov",
376376
"url": "https://github.com/vmoroz"
377-
378377
},
379378
{
380379
"name": "WenheLI",
@@ -479,7 +478,7 @@
479478
"lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix"
480479
},
481480
"pre-commit": "lint",
482-
"version": "8.0.0",
481+
"version": "8.1.0",
483482
"support": true,
484483
"engines": {
485484
"node": "^18 || ^20 || >= 21"

0 commit comments

Comments
 (0)