Skip to content

Commit 83b5b2f

Browse files
2026-06-23, Version 22.23.1 'Jod' (LTS)
Notable changes: PR-URL: #64067
1 parent eaa2925 commit 83b5b2f

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ release.
3737
</tr>
3838
<tr>
3939
<td valign="top">
40-
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.23.0">22.23.0</a></b><br/>
40+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.23.1">22.23.1</a></b><br/>
41+
<a href="doc/changelogs/CHANGELOG_V22.md#22.23.0">22.23.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V22.md#22.22.3">22.22.3</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V22.md#22.22.2">22.22.2</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V22.md#22.22.1">22.22.1</a><br/>

doc/changelogs/CHANGELOG_V22.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#22.23.1">22.23.1</a><br/>
1213
<a href="#22.23.0">22.23.0</a><br/>
1314
<a href="#22.22.3">22.22.3</a><br/>
1415
<a href="#22.22.2">22.22.2</a><br/>
@@ -72,6 +73,17 @@
7273
* [io.js](CHANGELOG_IOJS.md)
7374
* [Archive](CHANGELOG_ARCHIVE.md)
7475

76+
<a id="22.23.1"></a>
77+
78+
## 2026-06-23, Version 22.23.1 'Jod' (LTS), @RafaelGSS
79+
80+
### Notable Changes
81+
82+
### Commits
83+
84+
* \[[`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)
85+
* \[[`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)
86+
7587
<a id="22.23.0"></a>
7688

7789
## 2026-06-18, Version 22.23.0 'Jod' (LTS), @aduh95

src/node_version.h

Lines changed: 1 addition & 1 deletion
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 "Jod"
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)