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.
28
28
</tr >
29
29
<tr >
30
30
<td valign="top">
31
- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.9 " >12.22.9</a ></b ><br />
31
+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.10 " >12.22.10</a ></b ><br />
32
+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.22.9 " >12.22.9</a ><br />
32
33
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.8 " >12.22.8</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.7 " >12.22.7</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.6 " >12.22.6</a ><br />
Original file line number Diff line number Diff line change 11
11
</tr>
12
12
<tr>
13
13
<td valign="top">
14
+ <a href="#12.22.10">12.22.10</a><br/>
14
15
<a href="#12.22.9">12.22.9</a><br/>
15
16
<a href="#12.22.8">12.22.8</a><br/>
16
17
<a href="#12.22.7">12.22.7</a><br/>
79
80
* [io.js](CHANGELOG_IOJS.md)
80
81
* [Archive](CHANGELOG_ARCHIVE.md)
81
82
83
+ <a id="12.22.10"></a>
84
+
85
+ ## 2022-02-01, Version 12.22.10 'Erbium' (LTS), @ruyadorno
86
+
87
+ ### Notable changes
88
+
89
+ * Upgrade npm to 6.14.16
90
+ * Updated ICU time zone data
91
+
92
+ ### Commits
93
+
94
+ * [[`33899b435d`](https://github.com/nodejs/node/commit/33899b435d)] - **deps**: upgrade npm to 6.14.16 (Ruy Adorno) [#41601](https://github.com/nodejs/node/pull/41601)
95
+ * [[`d9237c46ca`](https://github.com/nodejs/node/commit/d9237c46ca)] - **tools**: update tzdata to 2021a4 (Albert Wang) [#41443](https://github.com/nodejs/node/pull/41443)
96
+
82
97
<a id="12.22.9"></a>
83
98
84
99
## 2022-01-10, Version 12.22.9 'Erbium' (LTS), @richardlau
Original file line number Diff line number Diff line change 29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Erbium"
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments