2022-02-01, Version 12.22.10 'Erbium' (LTS)

Notable changes:

* Upgrade npm to 6.14.16
* Updated ICU time zone data

PR-URL: https://github.com/nodejs/node/pull/41710
This commit is contained in:
Ruy Adorno 2022-01-26 15:38:10 -05:00
parent c51494e249
commit f436f6f55e
No known key found for this signature in database
GPG Key ID: 97B01419BD92F80A
2 changed files with 17 additions and 1 deletions

View File

@ -105,7 +105,8 @@ release.
<a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.9">12.22.9</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.10">12.22.10</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.9">12.22.9</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.8">12.22.8</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.7">12.22.7</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a><br/>

View File

@ -9,6 +9,7 @@
</tr>
<tr>
<td valign="top">
<a href="#12.22.10">12.22.10</a><br/>
<a href="#12.22.9">12.22.9</a><br/>
<a href="#12.22.8">12.22.8</a><br/>
<a href="#12.22.7">12.22.7</a><br/>
@ -82,6 +83,20 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
<a id="12.22.10"></a>
## 2022-02-01, Version 12.22.10 'Erbium' (LTS), @ruyadorno
### Notable changes
* Upgrade npm to 6.14.16
* Updated ICU time zone data
### Commits
* \[[`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)
* \[[`d9237c46ca`](https://github.com/nodejs/node/commit/d9237c46ca)] - **tools**: update tzdata to 2021a4 (Albert Wang) [#41443](https://github.com/nodejs/node/pull/41443)
<a id="12.22.9"></a>
## 2022-01-10, Version 12.22.9 'Erbium' (LTS), @richardlau