File tree 4 files changed +196
-3
lines changed
4 files changed +196
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
28
28
</tr >
29
29
<tr >
30
30
<td valign="top">
31
- <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.18.2 " >12.18.2</a ></b ><br />
31
+ <b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.18.3 " >12.18.3</a ></b ><br />
32
+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.18.2 " >12.18.2</a ><br />
32
33
<a href =" doc/changelogs/CHANGELOG_V12.md#12.18.1 " >12.18.1</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V12.md#12.18.0 " >12.18.0</a ><br />
34
35
<a href =" doc/changelogs/CHANGELOG_V12.md#12.17.0 " >12.17.0</a ><br />
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ The following methods from the `dns` module are available:
94
94
<!-- YAML
95
95
added: v8.3.0
96
96
changes:
97
- - version: REPLACEME
97
+ - version: v12.18.3
98
98
pr-url: https://github.com/nodejs/node/pull/33472
99
99
description: The constructor now accepts an `options` object.
100
100
The single supported option is `timeout`.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Erbium"
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