File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change 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/>
6768 * [io.js](CHANGELOG_IOJS.md)
6869 * [Archive](CHANGELOG_ARCHIVE.md)
6970
71+ <a id="10.23.3"></a>
72+ ## 2021-02-08, 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+ * [[`c16c314c4b`](https://github.com/nodejs/node/commit/c16c314c4b)] - **crypto**: fix crash when calling digest after piping (Tobias Nießen) [#28251](https://github.com/nodejs/node/pull/28251)
81+ * [[`d6f3694080`](https://github.com/nodejs/node/commit/d6f3694080)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
82+ * [[`f1530b5813`](https://github.com/nodejs/node/commit/f1530b5813)] - ***Revert*** "**deps**: upgrade npm to 6.14.11" (Richard Lau)
83+ * [[`f55ce7c4f7`](https://github.com/nodejs/node/commit/f55ce7c4f7)] - **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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments