File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ release.
4141</tr >
4242<tr >
4343 <td valign =" top " >
44- <b ><a href =" doc/changelogs/CHANGELOG_V26.md#26.4.0 " >26.4.0</a ></b ><br />
44+ <b ><a href =" doc/changelogs/CHANGELOG_V26.md#26.5.0 " >26.5.0</a ></b ><br />
45+ <a href =" doc/changelogs/CHANGELOG_V26.md#26.4.0 " >26.4.0</a ><br />
4546<a href =" doc/changelogs/CHANGELOG_V26.md#26.3.1 " >26.3.1</a ><br />
4647<a href =" doc/changelogs/CHANGELOG_V26.md#26.3.0 " >26.3.0</a ><br />
4748<a href =" doc/changelogs/CHANGELOG_V26.md#26.2.0 " >26.2.0</a ><br />
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ UTF-8 string.
596596### ` blob.textStream() `
597597
598598<!-- YAML
599- added: REPLACEME
599+ added: v26.5.0
600600-->
601601
602602* Returns: {ReadableStream}
Original file line number Diff line number Diff line change @@ -1040,7 +1040,7 @@ added:
10401040 - v23.6.0
10411041 - v22.20.0
10421042changes:
1043- - version: REPLACEME
1043+ - version: v26.5.0
10441044 pr-url: https://github.com/nodejs/node/pull/64221
10451045 description: This is enabled by default.
10461046-->
@@ -1263,7 +1263,7 @@ Previously gated the entire `import.meta.resolve` feature.
12631263
12641264<!-- YAML
12651265added:
1266- - REPLACEME
1266+ - v26.5.0
12671267-->
12681268
12691269> Stability: 1.0 - Early development
@@ -1350,7 +1350,7 @@ added:
13501350 - v22.0.0
13511351 - v20.17.0
13521352changes:
1353- - version: REPLACEME
1353+ - version: v26.5.0
13541354 pr-url: https://github.com/nodejs/node/pull/64154
13551355 description: Print the top-level awaits without evaluating the modules.
13561356-->
Original file line number Diff line number Diff line change @@ -948,7 +948,7 @@ added:
948948 - v19.9.0
949949 - v18.19.0
950950changes:
951- - version: REPLACEME
951+ - version: v26.5.0
952952 pr-url: https://github.com/nodejs/node/pull/62407
953953 description: Non-native-Promise thenables are now returned as-is,
954954 preserving their original type and methods.
Original file line number Diff line number Diff line change @@ -2805,7 +2805,7 @@ A QUIC session failed because version negotiation is required.
28052805
28062806<!-- YAML
28072807changes:
2808- - version: REPLACEME
2808+ - version: v26.5.0
28092809 pr-url: https://github.com/nodejs/node/pull/64260
28102810 description: Added the `requireStack` and `topLevelAwaitLocations` properties.
28112811-->
Original file line number Diff line number Diff line change @@ -1707,7 +1707,7 @@ are not guaranteed to reflect any correct state of the event loop.
17071707<!-- YAML
17081708added: v11.10.0
17091709changes:
1710- - version: REPLACEME
1710+ - version: v26.5.0
17111711 pr-url: https://github.com/nodejs/node/pull/62935
17121712 description: Added the `samplePerIteration` option.
17131713-->
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ For more details refer to the relevant documentation:
109109### ` ReadableStreamTee(stream[, cloneForBranch2]) `
110110
111111<!-- YAML
112- added: REPLACEME
112+ added: v26.5.0
113113-->
114114
115115> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -801,7 +801,7 @@ These advanced options are available for controlling decompression:
801801<!-- YAML
802802added: v0.11.1
803803changes:
804- - version: REPLACEME
804+ - version: v26.5.0
805805 pr-url: https://github.com/nodejs/node/pull/64023
806806 description: The `rejectGarbageAfterEnd` option was added.
807807 - version:
@@ -852,7 +852,7 @@ information.
852852<!-- YAML
853853added: v11.7.0
854854changes:
855- - version: REPLACEME
855+ - version: v26.5.0
856856 pr-url: https://github.com/nodejs/node/pull/64023
857857 description: The `rejectGarbageAfterEnd` option was added.
858858 - version:
@@ -1099,7 +1099,7 @@ added:
10991099 - v23.8.0
11001100 - v22.15.0
11011101changes:
1102- - version: REPLACEME
1102+ - version: v26.5.0
11031103 pr-url: https://github.com/nodejs/node/pull/64023
11041104 description: The `rejectGarbageAfterEnd` option was added.
11051105-->
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 26
26- #define NODE_MINOR_VERSION 4
27- #define NODE_PATCH_VERSION 1
26+ #define NODE_MINOR_VERSION 5
27+ #define NODE_PATCH_VERSION 0
2828
2929#define NODE_VERSION_IS_LTS 0
3030#define NODE_VERSION_LTS_CODENAME ""
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