Skip to content

Commit b25099a

Browse files
2025-04-22, Version 20.19.1 'Iron' (LTS)
Notable changes: PR-URL: #57896
1 parent fa93bb2 commit b25099a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.19.0">20.19.0</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.19.1">20.19.1</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V20.md#20.19.0">20.19.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.3">20.18.3</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.2">20.18.2</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.1">20.18.1</a><br/>

doc/changelogs/CHANGELOG_V20.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#20.19.1">20.19.1</a><br/>
1213
<a href="#20.19.0">20.19.0</a><br/>
1314
<a href="#20.18.3">20.18.3</a><br/>
1415
<a href="#20.18.2">20.18.2</a><br/>
@@ -69,6 +70,20 @@
6970
* [io.js](CHANGELOG_IOJS.md)
7071
* [Archive](CHANGELOG_ARCHIVE.md)
7172

73+
<a id="20.19.1"></a>
74+
75+
## 2025-04-22, Version 20.19.1 'Iron' (LTS), @RafaelGSS
76+
77+
### Notable Changes
78+
79+
### Commits
80+
81+
* \[[`d5e73ce0f8`](https://github.com/nodejs/node/commit/d5e73ce0f8)] - **deps**: update undici to 6.21.2 (Matteo Collina) [#57442](https://github.com/nodejs/node/pull/57442)
82+
* \[[`e4a6323ab2`](https://github.com/nodejs/node/commit/e4a6323ab2)] - **deps**: update c-ares to v1.34.5 (Node.js GitHub Bot) [#57792](https://github.com/nodejs/node/pull/57792)
83+
* \[[`b2b9eb36af`](https://github.com/nodejs/node/commit/b2b9eb36af)] - **dns**: restore dns query cache ttl (Ethan Arrowood) [#57640](https://github.com/nodejs/node/pull/57640)
84+
* \[[`07a99a5c0b`](https://github.com/nodejs/node/commit/07a99a5c0b)] - **doc**: correct status of require(esm) warning in v20 changelog (Joyee Cheung) [#57529](https://github.com/nodejs/node/pull/57529)
85+
* \[[`fa93bb2633`](https://github.com/nodejs/node/commit/fa93bb2633)] - **test**: update parallel/test-tls-dhe for OpenSSL 3.5 (Richard Lau) [#57477](https://github.com/nodejs/node/pull/57477)
86+
7287
<a id="20.19.0"></a>
7388

7489
## 2025-03-13, Version 20.19.0 'Iron' (LTS), @marco-ippolito

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 "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)

0 commit comments

Comments
 (0)