Skip to content

Commit bc8b3a5

Browse files
committed
2021-01-26, Version 10.23.2 'Dubnium' (LTS)
Notable changes: Release keys have been synchronized with the main branch. - deps: - upgrade npm to 6.14.11 (Darcy Clarke) #36838 PR-URL:
1 parent bc0617f commit bc8b3a5

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+2-1
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.1">10.23.1</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.23.2">10.23.2</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.1">10.23.1</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.0">10.23.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.1">10.22.1</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V10.md#10.22.0">10.22.0</a><br/>

doc/changelogs/CHANGELOG_V10.md

+19
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.1">10.23.2</a><br/>
1314
<a href="#10.23.1">10.23.1</a><br/>
1415
<a href="#10.23.0">10.23.0</a><br/>
1516
<a href="#10.22.1">10.22.1</a><br/>
@@ -66,6 +67,24 @@
6667
* [io.js](CHANGELOG_IOJS.md)
6768
* [Archive](CHANGELOG_ARCHIVE.md)
6869

70+
<a id="10.23.2"></a>
71+
## 2021-01-26, Version 10.23.2 'Dubnium' (LTS), @richardlau
72+
73+
### Notable changes
74+
75+
Release keys have been synchronized with the main branch.
76+
77+
* **deps**:
78+
* upgrade npm to 6.14.11 (Darcy Clarke) [#36838](https://github.com/nodejs/node/pull/36838)
79+
80+
### Commits
81+
82+
* [[`cc6b69557a`](https://github.com/nodejs/node/commit/cc6b69557a)] - **deps**: upgrade npm to 6.14.11 (Darcy Clarke) [#36838](https://github.com/nodejs/node/pull/36838)
83+
* [[`bc0617f4ea`](https://github.com/nodejs/node/commit/bc0617f4ea)] - **doc**: update release key for Danielle Adams (Danielle Adams) [#36793](https://github.com/nodejs/node/pull/36793)
84+
* [[`d7c09fcfd3`](https://github.com/nodejs/node/commit/d7c09fcfd3)] - **doc**: add release key for Danielle Adams (Danielle Adams) [#35545](https://github.com/nodejs/node/pull/35545)
85+
* [[`ac49d415b0`](https://github.com/nodejs/node/commit/ac49d415b0)] - **doc**: add release key for Ruy Adorno (Ruy Adorno) [#34628](https://github.com/nodejs/node/pull/34628)
86+
* [[`b8426ae3ce`](https://github.com/nodejs/node/commit/b8426ae3ce)] - **doc**: add release key for Richard Lau (Richard Lau) [#34397](https://github.com/nodejs/node/pull/34397)
87+
6988
<a id="10.23.1"></a>
7089
## 2021-01-04, Version 10.23.1 'Dubnium' (LTS), @richardlau
7190

src/node_version.h

+1-1
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)