Skip to content

Commit ad38be4

Browse files
committed
2021-02-10, Version 12.20.2 'Erbium' (LTS)
Notable changes: * deps: * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173) PR-URL: #37286
1 parent e045dda commit ad38be4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ release.
7171
<a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a><br/>
7272
</td>
7373
<td valign="top">
74-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.20.1">12.20.1</a></b><br/>
74+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.20.2">12.20.2</a></b><br/>
75+
<a href="doc/changelogs/CHANGELOG_V12.md#12.20.1">12.20.1</a><br/>
7576
<a href="doc/changelogs/CHANGELOG_V12.md#12.20.0">12.20.0</a><br/>
7677
<a href="doc/changelogs/CHANGELOG_V12.md#12.19.1">12.19.1</a><br/>
7778
<a href="doc/changelogs/CHANGELOG_V12.md#12.19.0">12.19.0</a><br/>

doc/changelogs/CHANGELOG_V12.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#12.20.2">12.20.2</a><br/>
1415
<a href="#12.20.1">12.20.1</a><br/>
1516
<a href="#12.20.0">12.20.0</a><br/>
1617
<a href="#12.19.1">12.19.1</a><br/>
@@ -70,6 +71,21 @@
7071
* [io.js](CHANGELOG_IOJS.md)
7172
* [Archive](CHANGELOG_ARCHIVE.md)
7273

74+
<a id="12.20.2"></a>
75+
## 2021-02-10, Version 12.20.2 'Erbium' (LTS), @ruyadorno
76+
77+
### Notable changes
78+
79+
* **deps**:
80+
* upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
81+
82+
### Commits
83+
84+
* [[`e8a4e560ea`](https://github.com/nodejs/node/commit/e8a4e560ea)] - **async_hooks**: fix leak in AsyncLocalStorage exit (Stephen Belanger) [#35779](https://github.com/nodejs/node/pull/35779)
85+
* [[`427968d266`](https://github.com/nodejs/node/commit/427968d266)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173)
86+
* [[`cd9a8106be`](https://github.com/nodejs/node/commit/cd9a8106be)] - **http**: do not loop over prototype in Agent (Michaël Zasso) [#36410](https://github.com/nodejs/node/pull/36410)
87+
* [[`4ac8f37800`](https://github.com/nodejs/node/commit/4ac8f37800)] - **http2**: check write not scheduled in scope destructor (David Halls) [#36241](https://github.com/nodejs/node/pull/36241)
88+
7389
<a id="12.20.1"></a>
7490
## 2021-01-04, Version 12.20.1 'Erbium' (LTS), @richardlau
7591

0 commit comments

Comments
 (0)