Skip to content

Commit e3e0927

Browse files
committedJul 22, 2020
2020-07-22, Version 12.18.3 'Erbium' (LTS)
Notable changes: deps: * upgrade npm to 6.14.6 (claudiahdz) [#34246](#34246) * update node-inspect to v2.0.0 (Jan Krems) [#33447](#33447) * uvwasi: cherry-pick 9e75217 (Colin Ihrig) [#33521](#33521) PR-URL: #34343
1 parent 3b1d9b3 commit e3e0927

File tree

4 files changed

+196
-3
lines changed

4 files changed

+196
-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.18.2">12.18.2</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.18.3">12.18.3</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V12.md#12.18.2">12.18.2</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V12.md#12.18.1">12.18.1</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.18.0">12.18.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.17.0">12.17.0</a><br/>

‎doc/api/dns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The following methods from the `dns` module are available:
9494
<!-- YAML
9595
added: v8.3.0
9696
changes:
97-
- version: REPLACEME
97+
- version: v12.18.3
9898
pr-url: https://github.com/nodejs/node/pull/33472
9999
description: The constructor now accepts an `options` object.
100100
The single supported option is `timeout`.

0 commit comments

Comments
 (0)