Skip to content

Commit 2cc281b

Browse files
committed
2026-02-24, Version 22.22.1 'Jod' (LTS)
Notable changes: build: * test on Python 3.14 (Christian Clauss) #59983 cli: * mark `--heapsnapshot-near-heap-limit` as stable (Joyee Cheung) #60956 crypto: * update root certificates to NSS 3.119 (Node.js GitHub Bot) #61419 * update root certificates to NSS 3.117 (Node.js GitHub Bot) #60741 doc: * add avivkeller to collaborators (Aviv Keller) #61115 * add gurgunday to collaborators (Gürgün Dayıoğlu) #61094 meta: * add Renegade334 to collaborators (Renegade334) #60714 PR-URL: #61947
1 parent 95451e3 commit 2cc281b

File tree

6 files changed

+374
-8
lines changed

6 files changed

+374
-8
lines changed

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.22.0">22.22.0</a></b><br/>
40+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.22.1">22.22.1</a></b><br/>
41+
<a href="doc/changelogs/CHANGELOG_V22.md#22.22.0">22.22.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V22.md#22.21.1">22.21.1</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V22.md#22.21.0">22.21.0</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V22.md#22.20.0">22.20.0</a><br/>

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ added:
14121412
- v14.18.0
14131413
changes:
14141414
- version:
1415-
- REPLACEME
1415+
- v22.22.1
14161416
pr-url: https://github.com/nodejs/node/pull/60956
14171417
description: The flag is no longer experimental.
14181418
-->

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@ exceeds the size of the `ArrayBuffer`, a `RangeError` exception is raised.
27682768
added: v8.3.0
27692769
napiVersion: 1
27702770
changes:
2771-
- version: REPLACEME
2771+
- version: v22.22.1
27722772
pr-url: https://github.com/nodejs/node/pull/60473
27732773
description: Added support for `SharedArrayBuffer`.
27742774
-->

doc/api/perf_hooks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ added:
121121
- v14.10.0
122122
- v12.19.0
123123
changes:
124-
- version: REPLACEME
124+
- version: v22.22.1
125125
pr-url: https://github.com/nodejs/node/pull/60370
126126
description: Added `perf_hooks.eventLoopUtilization` alias.
127127
-->
@@ -375,7 +375,7 @@ which the current `node` process began, measured in Unix time.
375375
<!-- YAML
376376
added: v8.5.0
377377
changes:
378-
- version: REPLACEME
378+
- version: v22.22.1
379379
pr-url: https://github.com/nodejs/node/pull/60370
380380
description: Added `perf_hooks.timerify` alias.
381381
- version: v16.0.0
@@ -1624,7 +1624,7 @@ Returns a {RecordableHistogram}.
16241624
## `perf_hooks.eventLoopUtilization([utilization1[, utilization2]])`
16251625

16261626
<!-- YAML
1627-
added: REPLACEME
1627+
added: v22.22.1
16281628
-->
16291629

16301630
* `utilization1` {Object} The result of a previous call to
@@ -1749,7 +1749,7 @@ console.log(h.percentile(99));
17491749
## `perf_hooks.timerify(fn[, options])`
17501750

17511751
<!-- YAML
1752-
added: REPLACEME
1752+
added: v22.22.1
17531753
-->
17541754

17551755
* `fn` {Function}

0 commit comments

Comments
 (0)