File tree 7 files changed +184
-9
lines changed
7 files changed +184
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ release.
38
38
</tr >
39
39
<tr >
40
40
<td valign =" top " >
41
- <b ><a href =" doc/changelogs/CHANGELOG_V22.md#22.6.0 " >22.6.0</a ></b ><br />
41
+ <b ><a href =" doc/changelogs/CHANGELOG_V22.md#22.7.0 " >22.7.0</a ></b ><br />
42
+ <a href =" doc/changelogs/CHANGELOG_V22.md#22.6.0 " >22.6.0</a ><br />
42
43
<a href =" doc/changelogs/CHANGELOG_V22.md#22.5.1 " >22.5.1</a ><br />
43
44
<a href =" doc/changelogs/CHANGELOG_V22.md#22.5.0 " >22.5.0</a ><br />
44
45
<a href =" doc/changelogs/CHANGELOG_V22.md#22.4.1 " >22.4.1</a ><br />
Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ It is possible to run code containing inline types by passing
879
879
### ` --experimental-async-context-frame `
880
880
881
881
<!-- YAML
882
- added: REPLACEME
882
+ added: v22.7.0
883
883
-->
884
884
885
885
> Stability: 1 - Experimental
@@ -1585,7 +1585,7 @@ added:
1585
1585
- v20.10.0
1586
1586
changes:
1587
1587
- version:
1588
- - REPLACEME
1588
+ - v22.7.0
1589
1589
pr-url: https://github.com/nodejs/node/pull/53619
1590
1590
description: Syntax detection is enabled by default.
1591
1591
-->
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ HTTP request has finished loading.
561
561
562
562
<!-- YAML
563
563
added:
564
- - REPLACEME
564
+ - v22.7.0
565
565
-->
566
566
567
567
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ added:
123
123
- v20.10.0
124
124
changes:
125
125
- version:
126
- - REPLACEME
126
+ - v22.7.0
127
127
pr-url: https://github.com/nodejs/node/pull/53619
128
128
description: Syntax detection is enabled by default.
129
129
-->
Original file line number Diff line number Diff line change @@ -2700,7 +2700,7 @@ console.log(memoryUsage.rss());
2700
2700
<!-- YAML
2701
2701
added: v0.1.26
2702
2702
changes:
2703
- - version: REPLACEME
2703
+ - version: v22.7.0
2704
2704
pr-url: https://github.com/nodejs/node/pull/51280
2705
2705
description: Changed stability to Legacy.
2706
2706
- version: v18.0.0
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 22
26
- #define NODE_MINOR_VERSION 6
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 7
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