File tree 7 files changed +141
-14
lines changed
7 files changed +141
-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_V18.md#18.9.1 " >18.9.1</a ></b ><br />
38
+ <b ><a href =" doc/changelogs/CHANGELOG_V18.md#18.10.0 " >18.10.0</a ></b ><br />
39
+ <a href =" doc/changelogs/CHANGELOG_V18.md#18.9.1 " >18.9.1</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V18.md#18.9.0 " >18.9.0</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V18.md#18.8.0 " >18.8.0</a ><br />
41
42
<a href =" doc/changelogs/CHANGELOG_V18.md#18.7.0 " >18.7.0</a ><br />
Original file line number Diff line number Diff line change @@ -2889,7 +2889,7 @@ Prefer [`message.socket`][] over [`message.connection`][].
2889
2889
2890
2890
<!-- YAML
2891
2891
changes:
2892
- - version: REPLACEME
2892
+ - version: v18.10.0
2893
2893
pr-url: https://github.com/nodejs/node/pull/43627
2894
2894
description: End-of-Life.
2895
2895
- version: v16.0.0
@@ -3131,7 +3131,7 @@ resources and not the actual references.
3131
3131
3132
3132
<!-- YAML
3133
3133
changes:
3134
- - version: REPLACEME
3134
+ - version: v18.10.0
3135
3135
pr-url: https://github.com/nodejs/node/pull/42796
3136
3136
description: End-of-Life.
3137
3137
- version: v18.0.0
@@ -3175,7 +3175,7 @@ thing instead.
3175
3175
3176
3176
<!-- YAML
3177
3177
changes:
3178
- - version: REPLACEME
3178
+ - version: v18.10.0
3179
3179
pr-url: https://github.com/nodejs/node/pull/44714
3180
3180
description: Documentation-only deprecation of `process.exitCode` integer
3181
3181
coercion.
@@ -3210,10 +3210,10 @@ The [`--trace-atomics-wait`][] flag is deprecated.
3210
3210
3211
3211
<!-- YAML
3212
3212
changes:
3213
- - version: REPLACEME
3213
+ - version: v18.10.0
3214
3214
pr-url: https://github.com/nodejs/node/pull/44495
3215
3215
description: Runtime deprecation.
3216
- - version: REPLACEME
3216
+ - version: v18.10.0
3217
3217
pr-url: https://github.com/nodejs/node/pull/44477
3218
3218
description: Documentation-only deprecation
3219
3219
with `--pending-deprecation` support.
@@ -3230,7 +3230,7 @@ starting or ending in a slash.
3230
3230
3231
3231
<!-- YAML
3232
3232
changes:
3233
- - version: REPLACEME
3233
+ - version: v18.10.0
3234
3234
pr-url: https://github.com/nodejs/node/pull/44588
3235
3235
description: Documentation-only deprecation.
3236
3236
-->
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const inspector = require('node:inspector');
20
20
<!-- YAML
21
21
added: v9.0.0
22
22
changes:
23
- - version: REPLACEME
23
+ - version: v18.10.0
24
24
pr-url: https://github.com/nodejs/node/pull/44489
25
25
description: The API is exposed in the worker threads.
26
26
-->
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ if (isMainThread) {
359
359
## ` v8.setHeapSnapshotNearHeapLimit(limit) `
360
360
361
361
<!-- YAML
362
- added: REPLACEME
362
+ added: v18.10.0
363
363
-->
364
364
365
365
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ is active.
300
300
<!-- YAML
301
301
added: v16.5.0
302
302
changes:
303
- - version: REPLACEME
303
+ - version: v18.10.0
304
304
pr-url: https://github.com/nodejs/node/pull/44505
305
305
description: Support teeing a readable byte stream.
306
306
-->
@@ -652,7 +652,7 @@ Signals an error that causes the {ReadableStream} to error and close.
652
652
<!-- YAML
653
653
added: v16.5.0
654
654
changes:
655
- - version: REPLACEME
655
+ - version: v18.10.0
656
656
pr-url: https://github.com/nodejs/node/pull/44702
657
657
description: Support handling a BYOB pull request from a released reader.
658
658
-->
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 9
27
- #define NODE_PATCH_VERSION 2
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