Skip to content

Commit 4819c99

Browse files
2025-02-10, Version 20.18.3 'Iron' (LTS)
Notable changes: crypto: * update root certificates to NSS 3.104 (Richard Lau) #55681 doc: * add LJHarb to collaborators (Jordan Harband) #56132 * enforce strict policy to semver-major releases (Rafael Gonzaga) #55732 * add jazelly to collaborators (Jason Zhang) #55531 esm: * mark import attributes and JSON module as stable (Nicolò Ribaudo) #55333 tools: * fix root certificate updater (Richard Lau) #55681 PR-URL: #56699
1 parent 1c8b474 commit 4819c99

File tree

4 files changed

+237
-4
lines changed

4 files changed

+237
-4
lines changed

CHANGELOG.md

+2-1
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.18.2">20.18.2</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.18.3">20.18.3</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.2">20.18.2</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.1">20.18.1</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.0">20.18.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V20.md#20.17.0">20.17.0</a><br/>

doc/api/esm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- YAML
88
added: v8.5.0
99
changes:
10-
- version: REPLACEME
10+
- version: v20.18.3
1111
pr-url: https://github.com/nodejs/node/pull/55333
1212
description: Import attributes are no longer experimental.
1313
- version: v20.10.0
@@ -593,7 +593,7 @@ separate cache.
593593
594594
<!-- YAML
595595
changes:
596-
- version: REPLACEME
596+
- version: v20.18.3
597597
pr-url: https://github.com/nodejs/node/pull/55333
598598
description: JSON modules are no longer experimental.
599599
-->

0 commit comments

Comments
 (0)