Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7cb2263

Browse files
committedJul 13, 2020
2020-07-21, Version 12.18.3 'Erbium' (LTS)
Notable changes: deps: * V8: cherry-pick eec10a2fd8fa (Stephen Belanger) [#33778](#33778) * update node-inspect to v2.0.0 (Jan Krems) [#33447](#33447) * uvwasi: cherry-pick 9e75217 (Colin Ihrig) [#33521](#33521) PR-URL: #34343
1 parent d1912e0 commit 7cb2263

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`.

‎doc/changelogs/CHANGELOG_V12.md

+192
Large diffs are not rendered by default.

‎src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Erbium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)
Please sign in to comment.