Skip to content

Commit 165011e

Browse files
committed
2020-04-28, Version 12.16.3 'Erbium' (LTS)
Notable changes: Dependencies: * Updated OpenSSL to 1.1.1g. #32971 * Updated c-ares to 1.16.0. #32246 * Updated experimental uvwasi to 0.0.6. #32309 ESM (experimental): * Additional warnings are no longer printed for modules that use conditional exports or package name self resolution. #31845 PR-URL: #33009
1 parent 9c7c876 commit 165011e

File tree

3 files changed

+211
-2
lines changed

3 files changed

+211
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ release.
5252
<a href="doc/changelogs/CHANGELOG_V13.md#13.0.0">13.0.0</a><br/>
5353
</td>
5454
<td valign="top">
55-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.16.2">12.16.2</a></b><br/>
55+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.16.3">12.16.3</a></b><br/>
56+
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.2">12.16.2</a><br/>
5657
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.1">12.16.1</a><br/>
5758
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.0">12.16.0</a><br/>
5859
<a href="doc/changelogs/CHANGELOG_V12.md#12.15.0">12.15.0</a><br/>

doc/api/perf_hooks.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ to mark specific significant moments in the Performance Timeline.
6060
<!-- YAML
6161
added: v8.5.0
6262
changes:
63-
- version: v13.13.0
63+
- version:
64+
- v13.13.0
65+
- v12.16.3
6466
pr-url: https://github.com/nodejs/node/pull/32651
6567
description: Make `startMark` and `endMark` parameters optional.
6668
-->

0 commit comments

Comments
 (0)