Skip to content

Commit bd2263c

Browse files
2024-05-08, Version 20.13.1 'Iron' (LTS)
Notable changes: tools: * Revert "tools: install npm PowerShell scripts on Windows" (Marco Ippolito) #52897 PR-URL: #52900
1 parent b7d8080 commit bd2263c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ release.
3535
</tr>
3636
<tr>
3737
<td valign="top">
38-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.13.0">20.13.0</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.13.1">20.13.1</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V20.md#20.13.0">20.13.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V20.md#20.12.2">20.12.2</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.12.1">20.12.1</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V20.md#20.12.0">20.12.0</a><br/>

doc/changelogs/CHANGELOG_V20.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#20.13.1">20.13.1</a><br/>
1213
<a href="#20.13.0">20.13.0</a><br/>
1314
<a href="#20.12.2">20.12.2</a><br/>
1415
<a href="#20.12.1">20.12.1</a><br/>
@@ -58,6 +59,18 @@
5859
* [io.js](CHANGELOG_IOJS.md)
5960
* [Archive](CHANGELOG_ARCHIVE.md)
6061

62+
<a id="20.13.1"></a>
63+
64+
## 2024-05-08, Version 20.13.1 'Iron' (LTS), @marco-ippolito
65+
66+
### Revert "tools: install npm PowerShell scripts on Windows"
67+
68+
Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.
69+
70+
### Commits
71+
72+
* \[[`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)
73+
6174
<a id="20.13.0"></a>
6275

6376
## 2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolito

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Iron"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)