Skip to content

Commit ef1c506

Browse files
committed
2021-02-09, Version 10.23.3 'Dubnium' (LTS)
Notable changes: The update to npm 6.14.11 has been relanded so that npm correctly reports its version. PR-URL: #37241
1 parent fe2c980 commit ef1c506

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
3434
</td>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.23.2">10.23.2</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.23.3">10.23.3</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.2">10.23.2</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.1">10.23.1</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.0">10.23.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.1">10.22.1</a><br/>

doc/changelogs/CHANGELOG_V10.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#10.23.3">10.23.3</a><br/>
1314
<a href="#10.23.2">10.23.2</a><br/>
1415
<a href="#10.23.1">10.23.1</a><br/>
1516
<a href="#10.23.0">10.23.0</a><br/>
@@ -67,6 +68,20 @@
6768
* [io.js](CHANGELOG_IOJS.md)
6869
* [Archive](CHANGELOG_ARCHIVE.md)
6970

71+
<a id="10.23.3"></a>
72+
## 2021-02-09, Version 10.23.3 'Dubnium' (LTS), @richardlau
73+
74+
### Notable changes
75+
76+
The update to npm 6.14.11 has been relanded so that npm correctly reports its version.
77+
78+
### Commits
79+
80+
* [[`953a85035d`](https://github.com/nodejs/node/commit/953a85035d)] - **crypto**: fix crash when calling digest after piping (Tobias Nießen) [#28251](https://github.com/nodejs/node/pull/28251)
81+
* [[`fe2c98003e`](https://github.com/nodejs/node/commit/fe2c98003e)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
82+
* [[`7b7fb43b8a`](https://github.com/nodejs/node/commit/7b7fb43b8a)] - ***Revert*** "**deps**: upgrade npm to 6.14.11" (Richard Lau) [#37278](https://github.com/nodejs/node/pull/37278)
83+
* [[`1c6fbd6ffe`](https://github.com/nodejs/node/commit/1c6fbd6ffe)] - **test**: add test that verifies crypto stream pipeline (Evan Lucas) [#37009](https://github.com/nodejs/node/pull/37009)
84+
7085
<a id="10.23.2"></a>
7186
## 2021-01-26, Version 10.23.2 'Dubnium' (LTS), @richardlau
7287

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 1
3030
#define NODE_VERSION_LTS_CODENAME "Dubnium"
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)