node-linux-s390x 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 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
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
26
  #define NODE_MINOR_VERSION 13
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Iron"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "v20.13.0",
3
+ "version": "v20.13.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"