Skip to content

Commit 9ff17c8

Browse files
chore: release v8.7.0
1 parent f8210c6 commit 9ff17c8

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.6.0"
2+
".": "8.7.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.7.0](https://github.com/nodejs/node-addon-api/compare/v8.6.0...v8.7.0) (2026-03-20)
4+
5+
6+
### Features
7+
8+
* add Object::GetPrototype and Object::SetPrototype ([#1715](https://github.com/nodejs/node-addon-api/issues/1715)) ([967bbd5](https://github.com/nodejs/node-addon-api/commit/967bbd5911c7e90b428d4769b9ab1b1a0cee4451)), closes [#1691](https://github.com/nodejs/node-addon-api/issues/1691)
9+
10+
11+
### Bug Fixes
12+
13+
* add missing const to ObjectReference::Set string parameter ([#1713](https://github.com/nodejs/node-addon-api/issues/1713)) ([845ba8e](https://github.com/nodejs/node-addon-api/commit/845ba8e4b0888ca20ed3f7c95f9d461cbce338c5))
14+
* fix -Wextra-semi ([#1718](https://github.com/nodejs/node-addon-api/issues/1718)) ([7fef973](https://github.com/nodejs/node-addon-api/commit/7fef9739166ebb89263459e9f4c3363678cd6367))
15+
316
## [8.6.0](https://github.com/nodejs/node-addon-api/compare/v8.5.0...v8.6.0) (2026-01-30)
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.6.0
22+
## Current version: 8.7.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
@@ -472,7 +472,7 @@
472472
"lint:fix": "eslint --fix && node tools/clang-format --fix"
473473
},
474474
"pre-commit": "lint",
475-
"version": "8.6.0",
475+
"version": "8.7.0",
476476
"support": true,
477477
"engines": {
478478
"node": "^18 || ^20 || >= 21"

0 commit comments

Comments
 (0)