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 @@ -27,7 +27,8 @@ release.
2727</tr >
2828<tr >
2929 <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 />
3132<a href =" doc/changelogs/CHANGELOG_V8.md#8.16.1 " >8.16.1</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V8.md#8.16.0 " >8.16.0</a ><br />
3334<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 1010</tr>
1111<tr>
1212<td valign="top">
13+ <a href="#8.17.0">8.17.0</a><br/>
1314<a href="#8.16.2">8.16.2</a><br/>
1415<a href="#8.16.1">8.16.1</a><br/>
1516<a href="#8.16.0">8.16.0</a><br/>
6566[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
6667will be supported actively until April 2019 and maintained until December 2019.
6768
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+ For more details about the vulnerability please consult the npm blog:
75+
76+ https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
77+
78+ ### Notable changes
79+
80+ * **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904)
81+
82+ ### Commits
83+
84+ * [[`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)
85+ * [[`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)
86+
6887<a id="8.16.2"></a>
6988## 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs
7089
Original file line number Diff line number Diff line change 2323#define SRC_NODE_VERSION_H_
2424
2525#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
2828
2929#define NODE_VERSION_IS_LTS 1
3030#define NODE_VERSION_LTS_CODENAME "Carbon"
3131
32- #define NODE_VERSION_IS_RELEASE 0
32+ #define NODE_VERSION_IS_RELEASE 1
3333
3434#ifndef NODE_STRINGIFY
3535#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments