Skip to content

Commit e8991e1

Browse files
chore: release v9.0.0
1 parent 25c6b21 commit e8991e1

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.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.9.2"
2+
".": "9.0.0"
33
}

CHANGELOG.md

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

3+
## [9.0.0](https://github.com/nodejs/node-addon-api/compare/v8.9.2...v9.0.0) (2026-09-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* bump minimum supported Node.js version to 22 ([#1751](https://github.com/nodejs/node-addon-api/issues/1751))
9+
10+
### Features
11+
12+
* add Object::New overload utilizing node_api_create_object_with_properties ([#1735](https://github.com/nodejs/node-addon-api/issues/1735)) ([06d56f7](https://github.com/nodejs/node-addon-api/commit/06d56f74e1dc34166fed174b6e747bcd835ba684))
13+
* bump minimum supported Node.js version to 22 ([#1751](https://github.com/nodejs/node-addon-api/issues/1751)) ([3075ace](https://github.com/nodejs/node-addon-api/commit/3075ace9f154006d03c0b8f68850d54b55398eca))
14+
15+
16+
### Bug Fixes
17+
18+
* allow const vectors with Object::New overload utilizing node_api_create_object_with_properties ([#1755](https://github.com/nodejs/node-addon-api/issues/1755)) ([25c6b21](https://github.com/nodejs/node-addon-api/commit/25c6b211f0395b38a3a1230f15e9c523dca50fdb))
19+
320
## [8.9.2](https://github.com/nodejs/node-addon-api/compare/v8.9.1...v8.9.2) (2026-08-10)
421

522

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.9.2
22+
## Current version: 9.0.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
@@ -473,7 +473,7 @@
473473
"lint:fix": "eslint --fix && node tools/clang-format --fix"
474474
},
475475
"pre-commit": "lint",
476-
"version": "8.9.2",
476+
"version": "9.0.0",
477477
"support": true,
478478
"engines": {
479479
"node": "^22 || ^24 || >= 26"

0 commit comments

Comments
 (0)