Skip to content

Commit cf70f62

Browse files
chore: release v8.4.0
1 parent 1e57a0a commit cf70f62

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [8.4.0](https://github.com/nodejs/node-addon-api/compare/v8.3.1...v8.4.0) (2025-05-09)
4+
5+
6+
### Features
7+
8+
* add sugar method for PropertyLValue ([#1651](https://github.com/nodejs/node-addon-api/issues/1651)) ([#1655](https://github.com/nodejs/node-addon-api/issues/1655)) ([1e57a0a](https://github.com/nodejs/node-addon-api/commit/1e57a0ae82786c320c784ec6b67f357c85733132))
9+
310
## [8.3.1](https://github.com/nodejs/node-addon-api/compare/v8.3.0...v8.3.1) (2025-02-18)
411

512

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.3.1
22+
## Current version: 8.4.0
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
@@ -472,7 +472,7 @@
472472
"lint:fix": "eslint --fix && node tools/clang-format --fix"
473473
},
474474
"pre-commit": "lint",
475-
"version": "8.3.1",
475+
"version": "8.4.0",
476476
"support": true,
477477
"engines": {
478478
"node": "^18 || ^20 || >= 21"

0 commit comments

Comments
 (0)