Skip to content

Commit 711e073

Browse files
committed
2021-09-10, Version 16.9.1 (Current)
Notable changes: This release fixes a regression introduced by the V8 9.3 update in Node.js 16.9.0. PR-URL: #40069
1 parent 04f1943 commit 711e073

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ release.
3232
</tr>
3333
<tr>
3434
<td valign="top">
35-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.9.0">16.9.0</a></b><br/>
35+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.9.1">16.9.1</a></b><br/>
36+
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.0">16.9.0</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V16.md#16.8.0">16.8.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.7.0">16.7.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.6.2">16.6.2</a><br/>

doc/changelogs/CHANGELOG_V16.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td>
13+
<a href="#16.9.1">16.9.1</a><br/>
1314
<a href="#16.9.0">16.9.0</a><br/>
1415
<a href="#16.8.0">16.8.0</a><br/>
1516
<a href="#16.7.0">16.7.0</a><br/>
@@ -46,6 +47,17 @@
4647
* [io.js](CHANGELOG_IOJS.md)
4748
* [Archive](CHANGELOG_ARCHIVE.md)
4849

50+
<a id="16.9.1"></a>
51+
## 2021-09-10, Version 16.9.1 (Current), @richardlau
52+
53+
### Notable Changes
54+
55+
This release fixes a [regression](https://github.com/nodejs/node/issues/40030) introduced by the V8 9.3 update in Node.js 16.9.0.
56+
57+
### Commits
58+
59+
* [[`04f1943109`](https://github.com/nodejs/node/commit/04f1943109)] - **deps**: V8: cherry-pick 9a607043cb31 (Jiawen Geng) [#40046](https://github.com/nodejs/node/pull/40046)
60+
4961
<a id="16.9.0"></a>
5062
## 2021-09-07, Version 16.9.0 (Current), @targos
5163

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)