Commit 1a552f6 1 parent 42d36dc commit 1a552f6 Copy full SHA for 1a552f6
File tree 9 files changed +219
-16
lines changed
9 files changed +219
-16
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ release.
30
30
</tr >
31
31
<tr >
32
32
<td valign="top">
33
- <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.5.0 " >13.5.0</a ></b ><br />
33
+ <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.6.0 " >13.6.0</a ></b ><br />
34
+ <a href =" doc/changelogs/CHANGELOG_V13.md#13.5.0 " >13.5.0</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V13.md#13.4.0 " >13.4.0</a ><br />
35
36
<a href =" doc/changelogs/CHANGELOG_V13.md#13.3.0 " >13.3.0</a ><br />
36
37
<a href =" doc/changelogs/CHANGELOG_V13.md#13.2.0 " >13.2.0</a ><br />
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
427
427
428
428
## ` assert.doesNotMatch(string, regexp[, message]) `
429
429
<!-- YAML
430
- added: REPLACEME
430
+ added: v13.6.0
431
431
-->
432
432
433
433
* ` string ` {string}
@@ -766,7 +766,7 @@ let err;
766
766
767
767
## ` assert.match(string, regexp[, message]) `
768
768
<!-- YAML
769
- added: REPLACEME
769
+ added: v13.6.0
770
770
-->
771
771
772
772
* ` string ` {string}
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ Enable experimental ES Module support in the `vm` module.
226
226
<!-- YAML
227
227
added: v13.3.0
228
228
changes:
229
- - version: REPLACEME
229
+ - version: v13.6.0
230
230
pr-url: https://github.com/nodejs/node/pull/30980
231
231
description: changed from `--experimental-wasi-unstable-preview0` to
232
232
`--experimental-wasi-unstable-preview1`
@@ -870,7 +870,7 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
870
870
871
871
### ` --use-largepages=mode `
872
872
<!-- YAML
873
- added: REPLACEME
873
+ added: v13.6.0
874
874
-->
875
875
876
876
Re-map the Node.js static code to large memory pages at startup. If supported on
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ Its `name` property is set to `'MaxListenersExceededWarning'`.
362
362
363
363
### ` EventEmitter.errorMonitor `
364
364
<!-- YAML
365
- added: REPLACEME
365
+ added: v13.6.0
366
366
-->
367
367
368
368
This symbol shall be used to install a listener for only monitoring ` 'error' `
@@ -888,7 +888,7 @@ See how to write a custom [rejection handler][rejection].
888
888
889
889
## ` events.on(emitter, eventName) `
890
890
<!-- YAML
891
- added: REPLACEME
891
+ added: v13.6.0
892
892
-->
893
893
894
894
* ` emitter ` {EventEmitter}
Original file line number Diff line number Diff line change @@ -1674,8 +1674,8 @@ changes:
1674
1674
- version: v2.3.0
1675
1675
pr-url: https://github.com/nodejs/node/pull/1845
1676
1676
description: The passed `options` object can be a string now.
1677
- - version: REPLACEME
1678
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
1677
+ - version: v13.6.0
1678
+ pr-url: https://github.com/nodejs/node/pull/29083
1679
1679
description: The `fs` options allow overriding the used `fs`
1680
1680
implementation.
1681
1681
-->
@@ -1777,8 +1777,8 @@ changes:
1777
1777
- version: v2.3.0
1778
1778
pr-url: https://github.com/nodejs/node/pull/1845
1779
1779
description: The passed `options` object can be a string now.
1780
- - version: REPLACEME
1781
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
1780
+ - version: v13.6.0
1781
+ pr-url: https://github.com/nodejs/node/pull/29083
1782
1782
description: The `fs` options allow overriding the used `fs`
1783
1783
implementation.
1784
1784
-->
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ undefined
236
236
237
237
### Reverse-i-search
238
238
<!-- YAML
239
- added: REPLACEME
239
+ added: v13.6.0
240
240
-->
241
241
242
242
The REPL supports bi-directional reverse-i-search similar to [ ZSH] [ ] . It is
Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ being issued by trusted CA (`options.ca`).
1241
1241
<!-- YAML
1242
1242
added: v0.11.3
1243
1243
changes:
1244
- - version: REPLACEME
1244
+ - version: v13.6.0
1245
1245
pr-url: https://github.com/nodejs/node/pull/23188
1246
1246
description: The `pskCallback` option is now supported.
1247
1247
- version: v12.9.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 13
26
- #define NODE_MINOR_VERSION 5
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 6
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