From 8d93df41b0f0ca1824e485bd1612953bdb0bb5ce Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Fri, 10 Apr 2020 18:07:55 +0100 Subject: [PATCH] 2020-04-12 Node.js v10.20.1 'Dubnium' (LTS) Release Notable changes: Due to release process failures, Node.js v10.20.0 shipped with source and header tarballs that did not properly match the final release commit that was used to build the binaries. We recommend that Node.js v10.20.0 not be used, particularly in any applications using native add-ons or where compiling Node.js from source is involved. Node.js v10.20.1 is a clean release with the correct sources and is strongly recommended in place of v10.20.0. PR-URL: https://github.com/nodejs/node/pull/32768 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V10.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92aa3bd8fad..aa784ff5834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,8 @@ release. 12.0.0
-10.20.0
+10.20.1
+10.20.0
10.19.0
10.18.1
10.18.0
diff --git a/doc/changelogs/CHANGELOG_V10.md b/doc/changelogs/CHANGELOG_V10.md index 6d853e96998..7a0e71b0ae2 100644 --- a/doc/changelogs/CHANGELOG_V10.md +++ b/doc/changelogs/CHANGELOG_V10.md @@ -10,6 +10,7 @@ +10.20.1
10.20.0
10.19.0
10.18.1
@@ -63,6 +64,20 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2020-04-12, Version 10.20.1 'Dubnium' (LTS), @BethGriggs + +### Notable changes + +Due to release process failures, Node.js v10.20.0 shipped with source +and header tarballs that did not properly match the final release +commit that was used to build the binaries. We recommend that Node.js +v10.20.0 not be used, particularly in any applications using native +add-ons or where compiling Node.js from source is involved. + +Node.js v10.20.1 is a clean release with the correct sources and is +strongly recommended in place of v10.20.0. + ## 2020-04-08, Version 10.20.0 'Dubnium' (LTS), @BethGriggs