Skip to content

Commit 723f094

Browse files
chore: release v8.3.1 (#1635)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 932ad15 commit 723f094

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.0"
2+
".": "8.3.1"
33
}

CHANGELOG.md

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

3+
## [8.3.1](https://github.com/nodejs/node-addon-api/compare/v8.3.0...v8.3.1) (2025-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing `stdexcept` include to test ([#1634](https://github.com/nodejs/node-addon-api/issues/1634)) ([14c1a4f](https://github.com/nodejs/node-addon-api/commit/14c1a4f28278c5b02d0ea910061aad4312bb701e))
9+
* node-api version 10 support ([#1641](https://github.com/nodejs/node-addon-api/issues/1641)) ([932ad15](https://github.com/nodejs/node-addon-api/commit/932ad1503f7a3402716178a91879b5ab850a61b0))
10+
311
## [8.3.0](https://github.com/nodejs/node-addon-api/compare/v8.2.2...v8.3.0) (2024-11-29)
412

513

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.0
22+
## Current version: 8.3.1
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.0",
475+
"version": "8.3.1",
476476
"support": true,
477477
"engines": {
478478
"node": "^18 || ^20 || >= 21"

0 commit comments

Comments
 (0)