From 4338a2839131c9a62648f0320cbfe531068018c2 Mon Sep 17 00:00:00 2001 From: marco-ippolito Date: Wed, 8 May 2024 17:39:33 +0200 Subject: [PATCH] 2024-05-09, Version 20.13.1 'Iron' (LTS) Notable changes: tools: * Revert "tools: install npm PowerShell scripts on Windows" (Marco Ippolito) https://github.com/nodejs/node/pull/52897 PR-URL: https://github.com/nodejs/node/pull/52900 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V20.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abc3d7cee39af..9e8748d38af743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,8 @@ release. 21.0.0
-20.13.0
+20.13.1
+20.13.0
20.12.2
20.12.1
20.12.0
diff --git a/doc/changelogs/CHANGELOG_V20.md b/doc/changelogs/CHANGELOG_V20.md index 5022bc45230e67..12d236fb56196f 100644 --- a/doc/changelogs/CHANGELOG_V20.md +++ b/doc/changelogs/CHANGELOG_V20.md @@ -9,6 +9,7 @@ +20.13.1
20.13.0
20.12.2
20.12.1
@@ -60,6 +61,18 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + + +## 2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolito + +### Revert "tools: install npm PowerShell scripts on Windows" + +Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows. + +### Commits + +* \[[`b7d80802cc`](https://github.com/nodejs/node/commit/b7d80802cc)] - _**Revert**_ "**tools**: install npm PowerShell scripts on Windows" (marco-ippolito) [#52897](https://github.com/nodejs/node/pull/52897) + ## 2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolito