File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change 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 />
5859 * [ io.js] ( CHANGELOG_IOJS.md )
5960 * [ Archive] ( CHANGELOG_ARCHIVE.md )
6061
62+ <a id =" 20.13.1 " ></a >
63+
64+ ## 2024-05-09, 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments