Skip to content

Commit 705eab5

Browse files
chore: release v8.1.0
1 parent 7a472b9 commit 705eab5

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
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.0.0"
2+
".": "8.1.0"
33
}

CHANGELOG.md

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

3+
## [8.1.0](https://github.com/legendecas/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/legendecas/node-addon-api/issues/1479)) ([23bb42b](https://github.com/legendecas/node-addon-api/commit/23bb42b5e47630c9082dddbabea555626571926e))
9+
* improve messages on CheckCast ([#1507](https://github.com/legendecas/node-addon-api/issues/1507)) ([bf49519](https://github.com/legendecas/node-addon-api/commit/bf49519a4ce08ee5320327c9a0199cd89d5b87b3))
10+
11+
12+
### Bug Fixes
13+
14+
* fix compilation for Visual Studio 2022 ([#1492](https://github.com/legendecas/node-addon-api/issues/1492)) ([e011720](https://github.com/legendecas/node-addon-api/commit/e011720010af26ed66638ceac822e5f1c5e43cde))
15+
* git-clang-format doesn't recognize no changes requested on given files ([#835](https://github.com/legendecas/node-addon-api/issues/835)) ([59c6a6a](https://github.com/legendecas/node-addon-api/commit/59c6a6aeb0bfd8e488fa0975af23f1219e41adde))
16+
* handle c++ exception in TSFN callback ([#1345](https://github.com/legendecas/node-addon-api/issues/1345)) ([16a18c0](https://github.com/legendecas/node-addon-api/commit/16a18c047a587ddc7143f935967ef64e10ca83a0))
17+
* key for wapping drawing's system condition ([#970](https://github.com/legendecas/node-addon-api/issues/970)) ([8f120b0](https://github.com/legendecas/node-addon-api/commit/8f120b033fbee8fb6c105bbbf49283c5377dd22c))
18+
* restore ability to run under NAPI_EXPERIMENTAL ([#1409](https://github.com/legendecas/node-addon-api/issues/1409)) ([40bcb09](https://github.com/legendecas/node-addon-api/commit/40bcb09e6b82e7a1164cb3de56cb503d9b5a3d37))
19+
* some typos in documentation ([#826](https://github.com/legendecas/node-addon-api/issues/826)) ([35b6571](https://github.com/legendecas/node-addon-api/commit/35b65712c26a49285cdbe2b4d04e25a5eccbe719))
20+
* some typos in the document ([#825](https://github.com/legendecas/node-addon-api/issues/825)) ([8983383](https://github.com/legendecas/node-addon-api/commit/898338300038fbbf11e13aefb4be979258494bde))
21+
22+
23+
### Reverts
24+
25+
* src: add additional tests for Function ([8a1147b](https://github.com/legendecas/node-addon-api/commit/8a1147b4301fc239efc0d11a8ee6eddcb2a4f003))
26+
327
## 2024-03-01 Version 8.0.0, @legendecas
428

529
### Notable changes
@@ -1198,5 +1222,3 @@ yet backported in the previous Node.js version.
11981222
* [0a899bf1c5] - doc: update indication of latest version (Michael Dawson) https://github.com/nodejs/node-addon-api/pull/211
11991223
* [17c74e5a5e] - n-api: RangeError in napi_create_dataview() (Jinho Bang) https://github.com/nodejs/node-addon-api/pull/214
12001224
* [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

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.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

Lines changed: 1 addition & 2 deletions
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)