Skip to content

Commit

Permalink
2021-02-08, Version 10.23.3 'Dubnium' (LTS)
Browse files Browse the repository at this point in the history
Notable changes:

The update to npm 6.14.11 has been relanded so that npm correctly reports its version.

PR-URL: #37241
  • Loading branch information
richardlau committed Feb 5, 2021
1 parent f55ce7c commit 61174d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ release.
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.23.2">10.23.2</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.23.3">10.23.3</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.2">10.23.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.1">10.23.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.0">10.23.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.1">10.22.1</a><br/>
Expand Down
15 changes: 15 additions & 0 deletions doc/changelogs/CHANGELOG_V10.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</tr>
<tr>
<td valign="top">
<a href="#10.23.3">10.23.3</a><br/>
<a href="#10.23.2">10.23.2</a><br/>
<a href="#10.23.1">10.23.1</a><br/>
<a href="#10.23.0">10.23.0</a><br/>
Expand Down Expand Up @@ -67,6 +68,20 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)

<a id="10.23.3"></a>
## 2021-02-08, Version 10.23.3 'Dubnium' (LTS), @richardlau

### Notable changes

The update to npm 6.14.11 has been relanded so that npm correctly reports its version.

### Commits

* [[`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)
* [[`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)
* [[`f1530b5813`](https://github.com/nodejs/node/commit/f1530b5813)] - ***Revert*** "**deps**: upgrade npm to 6.14.11" (Richard Lau)
* [[`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)

<a id="10.23.2"></a>
## 2021-01-26, Version 10.23.2 'Dubnium' (LTS), @richardlau

Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Dubnium"

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 61174d5

Please sign in to comment.