File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ release.
33
33
<a href =" doc/changelogs/CHANGELOG_V12.md#12.0.0 " >12.0.0</a ><br />
34
34
</td >
35
35
<td valign =" top " >
36
- <b ><a href =" doc/changelogs/CHANGELOG_V10.md#10.17.0 " >10.17.0</a ></b ><br />
36
+ <b ><a href =" doc/changelogs/CHANGELOG_V10.md#10.18.0 " >10.18.0</a ></b ><br />
37
+ <a href =" doc/changelogs/CHANGELOG_V10.md#10.17.0 " >10.17.0</a ><br />
37
38
<a href =" doc/changelogs/CHANGELOG_V10.md#10.16.3 " >10.16.3</a ><br />
38
39
<a href =" doc/changelogs/CHANGELOG_V10.md#10.16.2 " >10.16.2</a ><br />
39
40
<a href =" doc/changelogs/CHANGELOG_V10.md#10.16.1 " >10.16.1</a ><br />
Original file line number Diff line number Diff line change 10
10
</tr>
11
11
<tr>
12
12
<td valign="top">
13
+ <a href="#10.18.0">10.18.0</a><br/>
13
14
<a href="#10.17.0">10.17.0</a><br/>
14
15
<a href="#10.16.3">10.16.3</a><br/>
15
16
<a href="#10.16.2">10.16.2</a><br/>
56
57
* [io.js](CHANGELOG_IOJS.md)
57
58
* [Archive](CHANGELOG_ARCHIVE.md)
58
59
60
+ <a id="10.18.0"></a>
61
+ ## 2019-12-17, Version 10.18.0 'Dubnium' (LTS), @MylesBorins
62
+
63
+ This is a security release.
64
+
65
+ For more details about the vulnerability please consult the npm blog:
66
+
67
+ https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
68
+
69
+ ### Notable changes
70
+
71
+ * **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904)
72
+
73
+ ### Commits
74
+
75
+ * [[`54a466a865`](https://github.com/nodejs/node/commit/54a466a865)] - **build,win**: add test-ci-native and test-ci-js (João Reis) [#30724](https://github.com/nodejs/node/pull/30724)
76
+ * [[`f9b31edb25`](https://github.com/nodejs/node/commit/f9b31edb25)] - **deps**: update npm to 6.13.4 (Isaac Z. Schlueter) [#30904](https://github.com/nodejs/node/pull/30904)
77
+
59
78
<a id="10.17.0"></a>
60
79
## 2019-10-22, Version 10.17.0 'Dubnium' (LTS), @BethGriggs
61
80
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 10
26
- #define NODE_MINOR_VERSION 17
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 18
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Dubnium"
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