node-linux-arm64 20.13.0 → 20.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#20.13.1">20.13.1</a><br/>
|
|
12
13
|
<a href="#20.13.0">20.13.0</a><br/>
|
|
13
14
|
<a href="#20.12.2">20.12.2</a><br/>
|
|
14
15
|
<a href="#20.12.1">20.12.1</a><br/>
|
|
@@ -58,6 +59,18 @@
|
|
|
58
59
|
* [io.js](CHANGELOG_IOJS.md)
|
|
59
60
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
60
61
|
|
|
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
|
+
|
|
61
74
|
<a id="20.13.0"></a>
|
|
62
75
|
|
|
63
76
|
## 2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolito
|
package/bin/node
CHANGED
|
Binary file
|