From 8bfa4d048085eacc858ab979438565c15978f852 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 13 Dec 2019 12:05:56 -0500 Subject: [PATCH] 2019-12-17, Version 8.17.0 'Carbon' (LTS) This is a security release. For more details about the vulnerability please consult the npm blog: https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli Notable Changes: * deps: update npm to 6.13.4 https://github.com/nodejs/node/pull/30904 PR-URL: https://github.com/nodejs/node/pull/30941 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V8.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f661c37b2f12..9d481efee6413c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,7 +88,8 @@ release. 10.0.0
-8.16.2
+8.17.0
+8.16.2
8.16.1
8.16.0
8.15.1
diff --git a/doc/changelogs/CHANGELOG_V8.md b/doc/changelogs/CHANGELOG_V8.md index 1366e0f9bf329e..fbd1721e7c60b6 100644 --- a/doc/changelogs/CHANGELOG_V8.md +++ b/doc/changelogs/CHANGELOG_V8.md @@ -10,6 +10,7 @@ +8.17.0
8.16.2
8.16.1
8.16.0
@@ -70,6 +71,24 @@ [Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and will be supported actively until April 2019 and maintained until December 2019. + +## 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorins + +This is a security release. + +For more details about the vulnerability please consult the npm blog: + +https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli + +### Notable changes + +* **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904) + +### Commits + +* [[`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) +* [[`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) + ## 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs