Commit f176b27 1 parent 3bfc9f5 commit f176b27 Copy full SHA for f176b27
File tree 9 files changed +141
-13
lines changed
9 files changed +141
-13
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ release.
33
33
</tr >
34
34
<tr >
35
35
<td valign =" top " >
36
- <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.1.0 " >17.1.0</a ></b ><br />
36
+ <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.2.0 " >17.2.0</a ></b ><br />
37
+ <a href =" doc/changelogs/CHANGELOG_V17.md#17.1.0 " >17.1.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V17.md#17.0.1 " >17.0.1</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V17.md#17.0.0 " >17.0.0</a ><br />
39
40
</td >
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ the section on [promise execution tracking][].
761
761
### ` async_hooks .asyncWrapProviders `
762
762
763
763
<!-- YAML
764
- added: REPLACEME
764
+ added: v17.2.0
765
765
-->
766
766
767
767
* Returns: A map of provider types to the corresponding numeric id.
Original file line number Diff line number Diff line change @@ -2567,7 +2567,7 @@ The SHA-256 fingerprint of this certificate.
2567
2567
### ` x509.fingerprint512 `
2568
2568
2569
2569
<!-- YAML
2570
- added: REPLACEME
2570
+ added: v17.2.0
2571
2571
-->
2572
2572
2573
2573
* Type: {string}
Original file line number Diff line number Diff line change @@ -3021,7 +3021,7 @@ it was an aborted or graceful destroy.
3021
3021
3022
3022
<!-- YAML
3023
3023
changes:
3024
- - version: REPLACEME
3024
+ - version: v17.2.0
3025
3025
pr-url: https://github.com/nodejs/node/pull/40860
3026
3026
description: Documentation-only deprecation.
3027
3027
-->
Original file line number Diff line number Diff line change 53
53
- v15.0.0
54
54
- v14.17.0
55
55
changes:
56
- - version: REPLACEME
56
+ - version: v17.2.0
57
57
pr-url: https://github.com/nodejs/node/pull/40807
58
58
description: Added the new optional reason argument.
59
59
-->
94
94
- v15.12.0
95
95
- v14.17.0
96
96
changes:
97
- - version: REPLACEME
97
+ - version: v17.2.0
98
98
pr-url: https://github.com/nodejs/node/pull/40807
99
99
description: Added the new optional reason argument.
100
100
-->
@@ -167,7 +167,7 @@ when the `abortController.abort()` function has been called.
167
167
#### ` abortSignal.reason `
168
168
169
169
<!-- YAML
170
- added: REPLACEME
170
+ added: v17.2.0
171
171
-->
172
172
173
173
* Type: {any}
Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ This API throws a JavaScript `RangeError` with the text provided.
1182
1182
#### ` node_api_throw_syntax_error `
1183
1183
1184
1184
<!-- YAML
1185
- added: REPLACEME
1185
+ added: v17.2.0
1186
1186
-->
1187
1187
1188
1188
```` c
@@ -1298,7 +1298,7 @@ This API returns a JavaScript `RangeError` with the text provided.
1298
1298
#### `node_api_create_syntax_error`
1299
1299
1300
1300
<!-- YAML
1301
- added: REPLACEME
1301
+ added: v17.2.0
1302
1302
-->
1303
1303
1304
1304
```c
Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ certificate.
1133
1133
1134
1134
<!-- YAML
1135
1135
changes:
1136
- - version: REPLACEME
1136
+ - version: v17.2.0
1137
1137
pr-url: https://github.com/nodejs/node/pull/39809
1138
1138
description: Add fingerprint512.
1139
1139
- version: v11.4.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 17
26
- #define NODE_MINOR_VERSION 1
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 2
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