File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change 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/>
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), @UlisesGascon
76+
77+ ### Notable Changes
78+
79+ * \[[`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)
80+ * \[[`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)
81+
82+ ### Commits
83+
84+ * \[[`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)
85+ * \[[`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)
86+ * \[[`b2b9eb36af`](https://github.com/nodejs/node/commit/b2b9eb36af)] - **dns**: restore dns query cache ttl (Ethan Arrowood) [#57640](https://github.com/nodejs/node/pull/57640)
87+ * \[[`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)
88+ * \[[`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)
89+
7290<a id="20.19.0"></a>
7391
7492## 2025-03-13, Version 20.19.0 'Iron' (LTS), @marco-ippolito
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments