File tree 9 files changed +265
-14
lines changed
9 files changed +265
-14
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_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 />
39
40
<a href =" doc/changelogs/CHANGELOG_V20.md#20.9.0 " >20.9.0</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V20.md#20.8.1 " >20.8.1</a ><br />
41
42
<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:
448
448
> Stability: 1.1 - Active development
449
449
450
450
<!-- YAML
451
- added: REPLACEME
451
+ added: v20.11.0
452
452
-->
453
453
454
454
Disable specific process warnings by ` code ` or ` type ` .
@@ -1797,7 +1797,7 @@ node --test --test-shard=3/3
1797
1797
### ` --test-timeout `
1798
1798
1799
1799
<!-- YAML
1800
- added: REPLACEME
1800
+ added: v20.11.0
1801
1801
-->
1802
1802
1803
1803
A 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.
3424
3424
3425
3425
<!-- YAML
3426
3426
changes:
3427
- - version: REPLACEME
3427
+ - version: v20.11.0
3428
3428
pr-url: https://github.com/nodejs/node/pull/50486
3429
3429
description: A deprecation code has been assigned.
3430
3430
- version: v14.0.0
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ properties.
335
335
### ` import.meta.dirname `
336
336
337
337
<!-- YAML
338
- added: REPLACEME
338
+ added: v20.11.0
339
339
-->
340
340
341
341
> Stability: 1.2 - Release candidate
@@ -348,7 +348,7 @@ added: REPLACEME
348
348
### ` import.meta.filename `
349
349
350
350
<!-- YAML
351
- added: REPLACEME
351
+ added: v20.11.0
352
352
-->
353
353
354
354
> Stability: 1.2 - Release candidate
Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ which is a `MockTimers` instance.
1837
1837
added:
1838
1838
- v20.4.0
1839
1839
changes:
1840
- - version: REPLACEME
1840
+ - version: v20.11.0
1841
1841
pr-url: https://github.com/nodejs/node/pull/48638
1842
1842
description: Updated parameters to be an option object with available APIs
1843
1843
and the default initial epoch.
@@ -2323,7 +2323,7 @@ clocks or actual timers outside of the mocking environment.
2323
2323
2324
2324
<!-- YAML
2325
2325
added:
2326
- - REPLACEME
2326
+ - v20.11.0
2327
2327
-->
2328
2328
2329
2329
Sets 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`.
1052
1052
<!-- YAML
1053
1053
added: v0.3.1
1054
1054
changes:
1055
- - version: REPLACEME
1055
+ - version: v20.11.0
1056
1056
pr-url: https://github.com/nodejs/node/pull/50360
1057
1057
description: The `importModuleDynamically` option is supported now.
1058
1058
- version: v14.6.0
Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ wat2wasm demo.wat
105
105
## Security
106
106
107
107
<!-- YAML
108
- added: REPLACEME
108
+ added: v20.11.0
109
109
changes:
110
- - version: REPLACEME
110
+ - version: v20.11.0
111
111
pr-url: https:// github.com/nodejs/node/pull/50396
112
112
description: Clarify WASI security properties.
113
113
-->
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 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
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Iron"
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