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 @@ -28,7 +28,8 @@ release.
2828</tr >
2929<tr >
3030 <td valign="top">
31- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.2 " >12.22.2</a ></b ><br />
31+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.3 " >12.22.3</a ></b ><br />
32+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.22.2 " >12.22.2</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.1 " >12.22.1</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.0 " >12.22.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V12.md#12.21.0 " >12.21.0</a ><br />
Original file line number Diff line number Diff line change 1111</tr>
1212<tr>
1313<td valign="top">
14+ <a href="#12.22.3">12.22.3</a><br/>
1415<a href="#12.22.2">12.22.2</a><br/>
1516<a href="#12.22.1">12.22.1</a><br/>
1617<a href="#12.22.0">12.22.0</a><br/>
7273 * [io.js](CHANGELOG_IOJS.md)
7374 * [Archive](CHANGELOG_ARCHIVE.md)
7475
76+ <a id="12.22.3"></a>
77+ ## 2021-07-05, Version 12.22.3 'Erbium' (LTS), @richardlau
78+
79+ ### Notable Changes
80+
81+ Node.js 12.22.2 introduced a regression in the Windows installer on
82+ non-English locales that is being fixed in this release. There is no
83+ need to download this release if you are not using the Windows
84+ installer.
85+
86+ ### Commits
87+
88+ * [[`182f86a4d4`](https://github.com/nodejs/node/commit/182f86a4d4)] - **win,msi**: use localized "Authenticated Users" name (Richard Lau) [#39241](https://github.com/nodejs/node/pull/39241)
89+
7590<a id="12.22.2"></a>
7691## 2021-07-01, Version 12.22.2 'Erbium' (LTS), @richardlau
7792
Original file line number Diff line number Diff line change 2929#define NODE_VERSION_IS_LTS 1
3030#define NODE_VERSION_LTS_CODENAME "Erbium"
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