File tree 9 files changed +189
-12
lines changed
9 files changed +189
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
28
28
</tr >
29
29
<tr >
30
30
<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 />
32
33
<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.1 " >12.9.1</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V12.md#12.9.0 " >12.9.0</a ><br />
34
35
<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
2383
2383
<!-- YAML
2384
2384
added: v0.11.14
2385
2385
changes:
2386
- - version: REPLACEME
2386
+ - version: v12.11.0
2387
2387
pr-url: https://github.com/nodejs/node/pull/29489
2388
2388
description: The `oaepLabel` option was added.
2389
2389
- version: v12.9.0
@@ -2470,7 +2470,7 @@ be passed instead of a public key.
2470
2470
<!-- YAML
2471
2471
added: v0.11.14
2472
2472
changes:
2473
- - version: REPLACEME
2473
+ - version: v12.11.0
2474
2474
pr-url: https://github.com/nodejs/node/pull/29489
2475
2475
description: The `oaepLabel` option was added.
2476
2476
- 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.
125
125
126
126
### session.connectToMainThread()
127
127
<!-- YAML
128
- added: REPLACEME
128
+ added: v12.11.0
129
129
-->
130
130
131
131
Connects 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.
167
167
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
168
168
| v10.x | | | v10.0.0 | | |
169
169
| v11.x | | | v11.0.0 | v11.8.0 | |
170
- | v12.x | | | | v12.0.0 | REPLACEME |
170
+ | v12.x | | | | v12.0.0 | v12.11.0 |
171
171
| v13.x | | | | | |
172
172
173
173
\* 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({
1776
1776
#### writable.\_ write(chunk, encoding, callback)
1777
1777
<!-- YAML
1778
1778
changes:
1779
- - version: REPLACEME
1779
+ - version: v12.11.0
1780
1780
pr-url: https://github.com/nodejs/node/pull/29639
1781
1781
description: _write() is optional when providing _writev().
1782
1782
-->
Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ for more information.
844
844
845
845
### tlsSocket.getSharedSigalgs()
846
846
<!-- YAML
847
- added: REPLACEME
847
+ added: v12.11.0
848
848
-->
849
849
850
850
* Returns: {Array} List of signature algorithms shared between the server and
@@ -1358,7 +1358,7 @@ argument.
1358
1358
<!-- YAML
1359
1359
added: v0.11.13
1360
1360
changes:
1361
- - version: REPLACEME
1361
+ - version: v12.11.0
1362
1362
pr-url: https://github.com/nodejs/node/pull/29598
1363
1363
description: Added `sigalgs` option to override supported signature
1364
1364
algorithms.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ property take precedence over `--trace-deprecation` and
185
185
<!-- YAML
186
186
added: v0.5.3
187
187
changes:
188
- - version: REPLACEME
188
+ - version: v12.11.0
189
189
pr-url: https://github.com/nodejs/node/pull/29606
190
190
description: The `%c` specifier is ignored now.
191
191
- version: v11.4.0
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 23
23
#define SRC_NODE_VERSION_H_
24
24
25
25
#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
28
28
29
29
#define NODE_VERSION_IS_LTS 0
30
30
#define NODE_VERSION_LTS_CODENAME ""
31
31
32
- #define NODE_VERSION_IS_RELEASE 0
32
+ #define NODE_VERSION_IS_RELEASE 1
33
33
34
34
#ifndef NODE_STRINGIFY
35
35
#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments