Commit a980eab 1 parent 4762f4a commit a980eab Copy full SHA for a980eab
File tree 9 files changed +140
-12
lines changed
9 files changed +140
-12
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ release.
39
39
</tr >
40
40
<tr >
41
41
<td valign =" top " >
42
- <b ><a href =" doc/changelogs/CHANGELOG_V23.md#23.9.0 " >23.9.0</a ></b ><br />
42
+ <b ><a href =" doc/changelogs/CHANGELOG_V23.md#23.10.0 " >23.10.0</a ></b ><br />
43
+ <a href =" doc/changelogs/CHANGELOG_V23.md#23.9.0 " >23.9.0</a ><br />
43
44
<a href =" doc/changelogs/CHANGELOG_V23.md#23.8.0 " >23.8.0</a ><br />
44
45
<a href =" doc/changelogs/CHANGELOG_V23.md#23.7.0 " >23.7.0</a ><br />
45
46
<a href =" doc/changelogs/CHANGELOG_V23.md#23.6.1 " >23.6.1</a ><br />
Original file line number Diff line number Diff line change @@ -922,7 +922,7 @@ production.
922
922
### ` --experimental-config-file=config `
923
923
924
924
<!-- YAML
925
- added: REPLACEME
925
+ added: v23.10.0
926
926
-->
927
927
928
928
> Stability: 1.0 - Early development
@@ -988,7 +988,7 @@ so **NEVER** use untrusted configuration files.
988
988
### ` --experimental-default-config-file `
989
989
990
990
<!-- YAML
991
- added: REPLACEME
991
+ added: v23.10.0
992
992
-->
993
993
994
994
> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -2382,7 +2382,7 @@ of an asynchronous operation.
2382
2382
### ` ERR_OPTIONS_BEFORE_BOOTSTRAPPING `
2383
2383
2384
2384
<!-- YAML
2385
- added: REPLACEME
2385
+ added: v23.10.0
2386
2386
-->
2387
2387
2388
2388
An attempt was made to get options before the bootstrapping was completed.
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ from being emitted by the `InterfaceConstructor` instance.
275
275
### ` rl[Symbol.dispose]() `
276
276
277
277
<!-- YAML
278
- added: REPLACEME
278
+ added: v23.10.0
279
279
-->
280
280
281
281
Alias for ` rl.close() ` .
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ console.log(query.all());
78
78
<!-- YAML
79
79
added: v22.5.0
80
80
changes:
81
- - version: REPLACEME
81
+ - version: v23.10.0
82
82
pr-url: https://github.com/nodejs/node/pull/56991
83
83
description: The `path` argument now supports Buffer and URL objects.
84
84
-->
@@ -517,7 +517,7 @@ exception.
517
517
<!-- YAML
518
518
added: v23.8.0
519
519
changes:
520
- - version: REPLACEME
520
+ - version: v23.10.0
521
521
pr-url: https://github.com/nodejs/node/pull/56991
522
522
description: The `path` argument now supports Buffer and URL objects.
523
523
-->
Original file line number Diff line number Diff line change @@ -2370,7 +2370,7 @@ The server can be tested by connecting to it using the example client from
2370
2370
## ` tls.getCACertificates([type]) `
2371
2371
2372
2372
<!-- YAML
2373
- added: REPLACEME
2373
+ added: v23.10.0
2374
2374
-->
2375
2375
2376
2376
* ` type ` {string|undefined} The type of CA certificates that will be returned. Valid values
Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ setTimeout(() => {
1393
1393
## ` v8.isStringOneByteRepresentation(content) `
1394
1394
1395
1395
<!-- YAML
1396
- added: REPLACEME
1396
+ added: v23.10.0
1397
1397
-->
1398
1398
1399
1399
* ` content ` {string}
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 23
26
- #define NODE_MINOR_VERSION 9
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 10
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