diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d481efee6413c..2531efe6f64af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,8 @@ release. 12.0.0
-10.17.0
+10.18.0
+10.17.0
10.16.3
10.16.2
10.16.1
diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md index 10aaf40d559780..c25f2e833c729f 100644 --- a/doc/changelogs/CHANGELOG_V10.md +++ b/doc/changelogs/CHANGELOG_V10.md @@ -10,6 +10,7 @@ +10.18.0
10.17.0
10.16.3
10.16.2
@@ -59,6 +60,24 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2019-12-17, Version 10.18.0 'Dubnium' (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 + +* [[`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) +* [[`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) + ## 2019-10-22, Version 10.17.0 'Dubnium' (LTS), @BethGriggs