Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7e5265d

Browse files
committedMay 8, 2024·
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: TODO
1 parent b7d8080 commit 7e5265d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
 

‎CHANGELOG.md

+2-1
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

+13
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

+1-1
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)
Please sign in to comment.