Skip to content

Commit 3443e3a

Browse files
committed
2020-04-08 Version 12.16.2 (LTS)
Notable changes: doc: * add ronag to collaborators (Robert Nagy) [#31498](#31498) * add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306) deps: * upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304) * update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
1 parent e685f12 commit 3443e3a

File tree

7 files changed

+411
-6
lines changed

7 files changed

+411
-6
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.1">12.16.1</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.16.2">12.16.2</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.1">12.16.1</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.0">12.16.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V12.md#12.15.0">12.15.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V12.md#12.14.1">12.14.1</a><br/>

doc/api/assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ invariants.
1111
<!-- YAML
1212
added: v9.9.0
1313
changes:
14-
- version: REPLACEME
14+
- version: v12.16.2
1515
description: Changed "strict mode" to "strict assertion mode" and "legacy
1616
mode" to "legacy assertion mode" to avoid confusion with the
1717
more usual meaining of "strict mode".

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Currently, overriding `Error.prepareStackTrace` is ignored when the
158158

159159
### `--experimental-import-meta-resolve`
160160
<!-- YAML
161-
added: REPLACEME
161+
added: v12.16.2
162162
-->
163163

164164
Enable experimental `import.meta.resolve()` support.

doc/api/report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Specific API documentation can be found under
582582
## Interaction with Workers
583583
<!-- YAML
584584
changes:
585-
- version: REPLACEME
585+
- version: v12.16.2
586586
pr-url: https://github.com/nodejs/node/pull/31386
587587
description: Workers are now included in the report.
588588
-->

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ throw an error.
993993
<!-- YAML
994994
added: v8.0.0
995995
changes:
996-
- version: REPLACEME
996+
- version: v12.16.2
997997
pr-url: https://github.com/nodejs/node/pull/31672
998998
description: This is now defined as a shared symbol.
999999
-->

doc/changelogs/CHANGELOG_V12.md

+404
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)