Skip to content

Commit 2591fb4

Browse files
committed
2020-04-28, Version 12.16.3 'Erbium' (LTS)
Notable changes: Dependencies: * Updated OpenSSL to 1.1.1f. #32583 * 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 af392a1 commit 2591fb4

File tree

4 files changed

+207
-3
lines changed

4 files changed

+207
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff 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.16.2">12.16.2</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.16.3">12.16.3</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.2">12.16.2</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.1">12.16.1</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.0">12.16.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.15.0">12.15.0</a><br/>

doc/api/perf_hooks.md

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

0 commit comments

Comments
 (0)