node-linux-s390x 22.23.0 → 22.23.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="#22.23.1">22.23.1</a><br/>
12
13
  <a href="#22.23.0">22.23.0</a><br/>
13
14
  <a href="#22.22.3">22.22.3</a><br/>
14
15
  <a href="#22.22.2">22.22.2</a><br/>
@@ -72,6 +73,18 @@
72
73
  * [io.js](CHANGELOG_IOJS.md)
73
74
  * [Archive](CHANGELOG_ARCHIVE.md)
74
75
 
76
+ <a id="22.23.1"></a>
77
+
78
+ ## 2026-06-23, Version 22.23.1 'Jod' (LTS), @RafaelGSS
79
+
80
+ This release includes a fix for an unexpected behavior introduced
81
+ by the recent security release (22.23.0).
82
+
83
+ ### Commits
84
+
85
+ * \[[`41d2ee13be`](https://github.com/nodejs/node/commit/41d2ee13be)] - **build**: switch coverage-windows to `windows-2022` (Richard Lau) [#63940](https://github.com/nodejs/node/pull/63940)
86
+ * \[[`eaa292549e`](https://github.com/nodejs/node/commit/eaa292549e)] - **http**: avoid stream listeners on idle agent sockets (Matteo Collina) [#64004](https://github.com/nodejs/node/pull/64004)
87
+
75
88
  <a id="22.23.0"></a>
76
89
 
77
90
  ## 2026-06-18, Version 22.23.0 'Jod' (LTS), @aduh95
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
26
  #define NODE_MINOR_VERSION 23
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 "Jod"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-s390x",
3
- "version": "22.23.0",
3
+ "version": "22.23.1",
4
4
  "description": "node",
5
5
  "repository": {
6
6
  "url": "git+https://github.com/aredridel/node-bin-gen.git"