File tree 7 files changed +204
-9
lines changed
7 files changed +204
-9
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_V20.md#20.14.0 " >20.14.0</a ></b ><br />
38
+ <b ><a href =" doc/changelogs/CHANGELOG_V20.md#20.15.0 " >20.15.0</a ></b ><br />
39
+ <a href =" doc/changelogs/CHANGELOG_V20.md#20.14.0 " >20.14.0</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V20.md#20.13.1 " >20.13.1</a ><br />
40
41
<a href =" doc/changelogs/CHANGELOG_V20.md#20.13.0 " >20.13.0</a ><br />
41
42
<a href =" doc/changelogs/CHANGELOG_V20.md#20.12.2 " >20.12.2</a ><br />
Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ An alias of [`assert.ok()`][].
555
555
<!-- YAML
556
556
added: v0.1.21
557
557
changes:
558
- - version: REPLACEME
558
+ - version: v20.15.0
559
559
pr-url: https://github.com/nodejs/node/pull/51805
560
560
description: Error cause and errors properties are now compared as well.
561
561
- version: v18.0.0
@@ -739,7 +739,7 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
739
739
<!-- YAML
740
740
added: v1.2.0
741
741
changes:
742
- - version: REPLACEME
742
+ - version: v20.15.0
743
743
pr-url: https://github.com/nodejs/node/pull/51805
744
744
description: Error cause and errors properties are now compared as well.
745
745
- version: v18.0.0
Original file line number Diff line number Diff line change @@ -1292,7 +1292,7 @@ endpoint on `http://host:port/json/list`.
1292
1292
### ` --inspect-wait[=[host:]port] `
1293
1293
1294
1294
<!-- YAML
1295
- added: REPLACEME
1295
+ added: v20.15.0
1296
1296
-->
1297
1297
1298
1298
Activate inspector on ` host:port ` and wait for debugger to be attached.
Original file line number Diff line number Diff line change @@ -2920,7 +2920,7 @@ The name of the test.
2920
2920
2921
2921
<!-- YAML
2922
2922
added:
2923
- - REPLACEME
2923
+ - v20.15.0
2924
2924
-->
2925
2925
2926
2926
> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ as appropriate for the derived class).
715
715
### ` zlib.crc32(data[, value]) `
716
716
717
717
<!-- YAML
718
- added: REPLACEME
718
+ added: v20.15.0
719
719
-->
720
720
721
721
* ` data ` {string|Buffer|TypedArray|DataView} When ` data ` is a 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 20
26
- #define NODE_MINOR_VERSION 14
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 15
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Iron"
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