File tree Expand file tree Collapse file tree 9 files changed +268
-14
lines changed Expand file tree Collapse file tree 9 files changed +268
-14
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ release.
3535</tr >
3636<tr >
3737 <td valign =" top " >
38- <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.10.0 " >20.10.0</a ></b ><br />
38+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.11.0 " >20.11.0</a ></b ><br />
39+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.10.0 " >20.10.0</a ><br />
3940<a href =" doc/changelogs/CHANGELOG_V20.md#20.9.0 " >20.9.0</a ><br />
4041<a href =" doc/changelogs/CHANGELOG_V20.md#20.8.1 " >20.8.1</a ><br />
4142<a href =" doc/changelogs/CHANGELOG_V20.md#20.8.0 " >20.8.0</a ><br />
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ Affects the default output directory of:
448448> Stability: 1.1 - Active development
449449
450450<!-- YAML
451- added: REPLACEME
451+ added: v20.11.0
452452-->
453453
454454Disable specific process warnings by ` code ` or ` type ` .
@@ -1797,7 +1797,7 @@ node --test --test-shard=3/3
17971797### ` --test-timeout `
17981798
17991799<!-- YAML
1800- added: REPLACEME
1800+ added: v20.11.0
18011801-->
18021802
18031803A number of milliseconds the test execution will fail after. If unspecified,
Original file line number Diff line number Diff line change @@ -3424,7 +3424,7 @@ deprecated. Get them from `fs.constants` or `fs.promises.constants` instead.
34243424
34253425<!-- YAML
34263426changes:
3427- - version: REPLACEME
3427+ - version: v20.11.0
34283428 pr-url: https://github.com/nodejs/node/pull/50486
34293429 description: A deprecation code has been assigned.
34303430 - version: v14.0.0
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ properties.
335335### ` import.meta.dirname `
336336
337337<!-- YAML
338- added: REPLACEME
338+ added: v20.11.0
339339-->
340340
341341> Stability: 1.2 - Release candidate
@@ -348,7 +348,7 @@ added: REPLACEME
348348### ` import.meta.filename `
349349
350350<!-- YAML
351- added: REPLACEME
351+ added: v20.11.0
352352-->
353353
354354> Stability: 1.2 - Release candidate
Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ which is a `MockTimers` instance.
18371837added:
18381838 - v20.4.0
18391839changes:
1840- - version: REPLACEME
1840+ - version: v20.11.0
18411841 pr-url: https://github.com/nodejs/node/pull/48638
18421842 description: Updated parameters to be an option object with available APIs
18431843 and the default initial epoch.
@@ -2323,7 +2323,7 @@ clocks or actual timers outside of the mocking environment.
23232323
23242324<!-- YAML
23252325added:
2326- - REPLACEME
2326+ - v20.11.0
23272327-->
23282328
23292329Sets the current Unix timestamp that will be used as reference for any mocked
Original file line number Diff line number Diff line change @@ -1052,7 +1052,7 @@ function with the given `params`.
10521052<!-- YAML
10531053added: v0.3.1
10541054changes:
1055- - version: REPLACEME
1055+ - version: v20.11.0
10561056 pr-url: https://github.com/nodejs/node/pull/50360
10571057 description: The `importModuleDynamically` option is supported now.
10581058 - version: v14.6.0
Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ wat2wasm demo.wat
105105## Security
106106
107107<!-- YAML
108- added: REPLACEME
108+ added: v20.11.0
109109changes:
110- - version: REPLACEME
110+ - version: v20.11.0
111111 pr-url: https:// github.com/nodejs/node/pull/50396
112112 description: Clarify WASI security properties.
113113-->
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 20
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 1
3030#define NODE_VERSION_LTS_CODENAME "Iron"
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