File tree 3 files changed +26
-4
lines changed
3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ release.
27
27
</tr >
28
28
<tr >
29
29
<td valign="top">
30
- <b ><a href =" doc/changelogs/CHANGELOG_V8.md#8.16.2 " >8.16.2</a ></b ><br />
30
+ <b ><a href =" doc/changelogs/CHANGELOG_V8.md#8.17.0 " >8.17.0</a ></b ><br />
31
+ <a href =" doc/changelogs/CHANGELOG_V8.md#8.16.2 " >8.16.2</a ><br />
31
32
<a href =" doc/changelogs/CHANGELOG_V8.md#8.16.1 " >8.16.1</a ><br />
32
33
<a href =" doc/changelogs/CHANGELOG_V8.md#8.16.0 " >8.16.0</a ><br />
33
34
<a href =" doc/changelogs/CHANGELOG_V8.md#8.15.1 " >8.15.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="#8.17.0">8.17.0</a><br/>
13
14
<a href="#8.16.2">8.16.2</a><br/>
14
15
<a href="#8.16.1">8.16.1</a><br/>
15
16
<a href="#8.16.0">8.16.0</a><br/>
65
66
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
66
67
will be supported actively until April 2019 and maintained until December 2019.
67
68
69
+ <a id="8.17.0"></a>
70
+ ## 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorins
71
+
72
+ This is a security release.
73
+
74
+ This release includes a single commit, an update to npm to 6.13.4.
75
+
76
+ For more details about the vulnerability please consult the npm blog:
77
+
78
+ https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
79
+
80
+ ### Notable changes
81
+
82
+ * **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904)
83
+
84
+ ### Commits
85
+
86
+ * [[`208b813e49`](https://github.com/nodejs/node/commit/208b813e49)] - **build,win**: add test-ci-native and test-ci-js (João Reis) [#30724](https://github.com/nodejs/node/pull/30724)
87
+ * [[`369a23a670`](https://github.com/nodejs/node/commit/369a23a670)] - **deps**: update npm to 6.13.4 (Audrey Eschright) [#30904](https://github.com/nodejs/node/pull/30904)
88
+
68
89
<a id="8.16.2"></a>
69
90
## 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs
70
91
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 8
26
- #define NODE_MINOR_VERSION 16
27
- #define NODE_PATCH_VERSION 3
26
+ #define NODE_MINOR_VERSION 17
27
+ #define NODE_PATCH_VERSION 0
28
28
29
29
#define NODE_VERSION_IS_LTS 1
30
30
#define NODE_VERSION_LTS_CODENAME "Carbon"
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