File tree Expand file tree Collapse file tree 7 files changed +190
-13
lines changed Expand file tree Collapse file tree 7 files changed +190
-13
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
2828</tr >
2929<tr >
3030 <td valign="top">
31- <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.11.0 " >11.11.0</a ></b ><br />
31+ <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.12.0 " >11.12.0</a ></b ><br />
32+ <a href =" doc/changelogs/CHANGELOG_V11.md#11.11.0 " >11.11.0</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V11.md#11.10.1 " >11.10.1</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V11.md#11.10.0 " >11.10.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V11.md#11.9.0 " >11.9.0</a ><br />
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.)
179179
180180### ` --frozen-intrinsics `
181181<!-- YAML
182- added: REPLACEME
182+ added: v11.12.0
183183-->
184184
185185> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2110,7 +2110,7 @@ changes:
21102110 - version: v10.9.0
21112111 pr-url: https://github.com/nodejs/node/pull/22004
21122112 description: Documentation-only deprecation.
2113- - version: REPLACEME
2113+ - version: v11.12.0
21142114 pr-url: https://github.com/nodejs/node/pull/26500
21152115 description: Added support for `--pending-deprecation`.
21162116-->
Original file line number Diff line number Diff line change @@ -1973,7 +1973,7 @@ A module file could not be resolved while attempting a [`require()`][] or
19731973### ERR_CLOSED_MESSAGE_PORT
19741974<!-- YAML
19751975added: v10.5.0
1976- removed: REPLACEME
1976+ removed: v11.12.0
19771977-->
19781978
19791979There was an attempt to use a ` MessagePort ` instance in a closed
Original file line number Diff line number Diff line change @@ -1671,7 +1671,7 @@ reports for the current process. Additional documentation is available in the
16711671
16721672### process.report.directory
16731673<!-- YAML
1674- added: REPLACEME
1674+ added: v11.12.0
16751675-->
16761676
16771677* {string}
@@ -1686,7 +1686,7 @@ console.log(`Report directory is ${process.report.directory}`);
16861686
16871687### process.report.filename
16881688<!-- YAML
1689- added: REPLACEME
1689+ added: v11.12.0
16901690-->
16911691
16921692* {string}
@@ -1719,7 +1719,7 @@ Additional documentation is available in the [report documentation][].
17191719
17201720### process.report.reportOnFatalError
17211721<!-- YAML
1722- added: REPLACEME
1722+ added: v11.12.0
17231723-->
17241724
17251725* {boolean}
@@ -1733,7 +1733,7 @@ console.log(`Report on fatal error: ${process.report.reportOnFatalError}`);
17331733
17341734### process.report.reportOnSignal
17351735<!-- YAML
1736- added: REPLACEME
1736+ added: v11.12.0
17371737-->
17381738
17391739* {boolean}
@@ -1747,7 +1747,7 @@ console.log(`Report on signal: ${process.report.reportOnSignal}`);
17471747
17481748### process.report.reportOnUncaughtException
17491749<!-- YAML
1750- added: REPLACEME
1750+ added: v11.12.0
17511751-->
17521752
17531753* {boolean}
@@ -1760,7 +1760,7 @@ console.log(`Report on exception: ${process.report.reportOnUncaughtException}`);
17601760
17611761### process.report.signal
17621762<!-- YAML
1763- added: REPLACEME
1763+ added: v11.12.0
17641764-->
17651765
17661766* {string}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2323#define SRC_NODE_VERSION_H_
2424
2525#define NODE_MAJOR_VERSION 11
26- #define NODE_MINOR_VERSION 11
27- #define NODE_PATCH_VERSION 1
26+ #define NODE_MINOR_VERSION 12
27+ #define NODE_PATCH_VERSION 0
2828
2929#define NODE_VERSION_IS_LTS 0
3030#define NODE_VERSION_LTS_CODENAME ""
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)
You can’t perform that action at this time.
0 commit comments