Commit 18f0262 1 parent 9ac029e commit 18f0262 Copy full SHA for 18f0262
File tree 8 files changed +147
-12
lines changed
8 files changed +147
-12
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ release.
35
35
</tr >
36
36
<tr >
37
37
<td valign =" top " >
38
- <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.10.0 " >18.10.0</a ></b ><br />
38
+ <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.11.0 " >18.11.0</a ></b ><br />
39
+ <a href =" doc/changelogs/CHANGELOG_V18.md#18.10.0 " >18.10.0</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V18.md#18.9.1 " >18.9.1</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V18.md#18.9.0 " >18.9.0</a ><br />
41
42
<a href =" doc/changelogs/CHANGELOG_V18.md#18.8.0 " >18.8.0</a ><br />
Original file line number Diff line number Diff line change @@ -1190,7 +1190,7 @@ on [running tests from the command line][] for more details.
1190
1190
### ` --test-name-pattern `
1191
1191
1192
1192
<!-- YAML
1193
- added: REPLACEME
1193
+ added: v18.11.0
1194
1194
-->
1195
1195
1196
1196
A regular expression that configures the test runner to only execute tests
@@ -1542,7 +1542,7 @@ will be chosen.
1542
1542
### ` --watch `
1543
1543
1544
1544
<!-- YAML
1545
- added: REPLACEME
1545
+ added: v18.11.0
1546
1546
-->
1547
1547
1548
1548
> Stability: 1 - Experimental
@@ -1564,7 +1564,7 @@ $ node --watch index.js
1564
1564
### ` --watch-path `
1565
1565
1566
1566
<!-- YAML
1567
- added: REPLACEME
1567
+ added: v18.11.0
1568
1568
-->
1569
1569
1570
1570
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ of the file.
518
518
#### ` filehandle .readLines ([options])`
519
519
520
520
<!-- YAML
521
- added: REPLACEME
521
+ added: v18.11.0
522
522
-->
523
523
524
524
* ` options` {Object}
Original file line number Diff line number Diff line change @@ -2128,9 +2128,9 @@ the request body should be sent. See the [`'checkContinue'`][] event on
2128
2128
### ` response.writeEarlyHints(hints[, callback]) `
2129
2129
2130
2130
<!-- YAML
2131
- added: REPLACEME
2131
+ added: v18.11.0
2132
2132
changes:
2133
- - version: REPLACEME
2133
+ - version: v18.11.0
2134
2134
pr-url: https://github.com/nodejs/node/pull/44820
2135
2135
description: Allow passing hints as an object.
2136
2136
-->
Original file line number Diff line number Diff line change @@ -3994,7 +3994,7 @@ should be sent. See the [`'checkContinue'`][] event on `Http2Server` and
3994
3994
### ` response.writeEarlyHints(links) `
3995
3995
3996
3996
<!-- YAML
3997
- added: REPLACEME
3997
+ added: v18.11.0
3998
3998
-->
3999
3999
4000
4000
* ` links ` {string|Array}
Original file line number Diff line number Diff line change @@ -1025,7 +1025,7 @@ equality.
1025
1025
<!-- YAML
1026
1026
added: v18.3.0
1027
1027
changes:
1028
- - version: REPLACEME
1028
+ - version: v18.11.0
1029
1029
pr-url: https://github.com/nodejs/node/pull/44631
1030
1030
description: Add support for default values in input `config`.
1031
1031
- version:
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 18
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