Skip to content

Commit

Permalink
2020-04-08 Version 12.16.2 (LTS)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
codebytere committed Apr 8, 2020
1 parent e685f12 commit 3443e3a
Show file tree
Hide file tree
Showing 7 changed files with 411 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -28,7 +28,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.16.1">12.16.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.16.2">12.16.2</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.1">12.16.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.16.0">12.16.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.15.0">12.15.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V12.md#12.14.1">12.14.1</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/assert.md
Expand Up @@ -11,7 +11,7 @@ invariants.
<!-- YAML
added: v9.9.0
changes:
- version: REPLACEME
- version: v12.16.2
description: Changed "strict mode" to "strict assertion mode" and "legacy
mode" to "legacy assertion mode" to avoid confusion with the
more usual meaining of "strict mode".
Expand Down
2 changes: 1 addition & 1 deletion doc/api/cli.md
Expand Up @@ -158,7 +158,7 @@ Currently, overriding `Error.prepareStackTrace` is ignored when the

### `--experimental-import-meta-resolve`
<!-- YAML
added: REPLACEME
added: v12.16.2
-->

Enable experimental `import.meta.resolve()` support.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/report.md
Expand Up @@ -582,7 +582,7 @@ Specific API documentation can be found under
## Interaction with Workers
<!-- YAML
changes:
- version: REPLACEME
- version: v12.16.2
pr-url: https://github.com/nodejs/node/pull/31386
description: Workers are now included in the report.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/util.md
Expand Up @@ -993,7 +993,7 @@ throw an error.
<!-- YAML
added: v8.0.0
changes:
- version: REPLACEME
- version: v12.16.2
pr-url: https://github.com/nodejs/node/pull/31672
description: This is now defined as a shared symbol.
-->
Expand Down
404 changes: 404 additions & 0 deletions doc/changelogs/CHANGELOG_V12.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/node_version.h
Expand Up @@ -29,7 +29,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Erbium"

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 3443e3a

Please sign in to comment.