Commit 56a5662 1 parent 3eab8ce commit 56a5662 Copy full SHA for 56a5662
File tree 8 files changed +232
-11
lines changed
8 files changed +232
-11
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
@@ -926,7 +926,7 @@ JavaScript.
926
926
### ` --experimental-transform-types `
927
927
928
928
<!-- YAML
929
- added: REPLACEME
929
+ added: v22.7.0
930
930
-->
931
931
932
932
> Stability: 1.0 - Early development
@@ -1596,7 +1596,7 @@ added:
1596
1596
- v20.10.0
1597
1597
changes:
1598
1598
- version:
1599
- - REPLACEME
1599
+ - v22.7.0
1600
1600
pr-url: https://github.com/nodejs/node/pull/53619
1601
1601
description: Syntax detection is enabled by default.
1602
1602
-->
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
Original file line number Diff line number Diff line change 2
2
3
3
<!-- YAML
4
4
changes:
5
- - version: REPLACEME
5
+ - version: v22.7.0
6
6
pr-url: https://github.com/nodejs/node/pull/54283
7
7
description: Added `--experimental-transform-types` flag.
8
8
-->
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