File tree Expand file tree Collapse file tree 9 files changed +189
-12
lines changed Expand file tree Collapse file tree 9 files changed +189
-12
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_V12.md#12.10.0 " >12.10.0</a ></b ><br />
31+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.11.0 " >12.11.0</a ></b ><br />
32+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.10.0 " >12.10.0</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.1 " >12.9.1</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.0 " >12.9.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V12.md#12.8.1 " >12.8.1</a ><br />
Original file line number Diff line number Diff line change @@ -2383,7 +2383,7 @@ An array of supported digest functions can be retrieved using
23832383<!-- YAML
23842384added: v0.11.14
23852385changes:
2386- - version: REPLACEME
2386+ - version: v12.11.0
23872387 pr-url: https://github.com/nodejs/node/pull/29489
23882388 description: The `oaepLabel` option was added.
23892389 - version: v12.9.0
@@ -2470,7 +2470,7 @@ be passed instead of a public key.
24702470<!-- YAML
24712471added: v0.11.14
24722472changes:
2473- - version: REPLACEME
2473+ - version: v12.11.0
24742474 pr-url: https://github.com/nodejs/node/pull/29489
24752475 description: The `oaepLabel` option was added.
24762476 - version: v12.9.0
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Connects a session to the inspector back-end.
125125
126126### session.connectToMainThread()
127127<!-- YAML
128- added: REPLACEME
128+ added: v12.11.0
129129-->
130130
131131Connects a session to the main thread inspector back-end. An exception will
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ listed as supporting a later version.
167167| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
168168| v10.x | | | v10.0.0 | | |
169169| v11.x | | | v11.0.0 | v11.8.0 | |
170- | v12.x | | | | v12.0.0 | REPLACEME |
170+ | v12.x | | | | v12.0.0 | v12.11.0 |
171171| v13.x | | | | | |
172172
173173\* Indicates that the N-API version was released as experimental
Original file line number Diff line number Diff line change @@ -1776,7 +1776,7 @@ const myWritable = new Writable({
17761776#### writable.\_ write(chunk, encoding, callback)
17771777<!-- YAML
17781778changes:
1779- - version: REPLACEME
1779+ - version: v12.11.0
17801780 pr-url: https://github.com/nodejs/node/pull/29639
17811781 description: _write() is optional when providing _writev().
17821782-->
Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ for more information.
844844
845845### tlsSocket.getSharedSigalgs()
846846<!-- YAML
847- added: REPLACEME
847+ added: v12.11.0
848848-->
849849
850850* Returns: {Array} List of signature algorithms shared between the server and
@@ -1358,7 +1358,7 @@ argument.
13581358<!-- YAML
13591359added: v0.11.13
13601360changes:
1361- - version: REPLACEME
1361+ - version: v12.11.0
13621362 pr-url: https://github.com/nodejs/node/pull/29598
13631363 description: Added `sigalgs` option to override supported signature
13641364 algorithms.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ property take precedence over `--trace-deprecation` and
185185<!-- YAML
186186added: v0.5.3
187187changes:
188- - version: REPLACEME
188+ - version: v12.11.0
189189 pr-url: https://github.com/nodejs/node/pull/29606
190190 description: The `%c` specifier is ignored now.
191191 - version: v11.4.0
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 12
26- #define NODE_MINOR_VERSION 10
27- #define NODE_PATCH_VERSION 1
26+ #define NODE_MINOR_VERSION 11
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