diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6abc3d7cee3..9e8748d38af 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 5022bc45230..12d236fb561 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
|