Skip to content

Commit a83fbdb

Browse files
committed
2024-11-11, Version 23.2.0 (Current)
Notable changes: crypto: * update root certificates to NSS 3.104 (Richard Lau) #55681 doc: * move typescript support to active development (Marco Ippolito) #55536 * add jazelly to collaborators (Jason Zhang) #55531 fs: * (SEMVER-MINOR) make `dirent.path` writable (Antoine du Hamel) #55547 http: * (SEMVER-MINOR) add diagnostic channel `http.client.request.created` (Marco Ippolito) #55586 module: * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412 * (SEMVER-MINOR) add `module.stripTypeScriptTypes` (Marco Ippolito) #55282 PR-URL: #55741
1 parent 355af0f commit a83fbdb

File tree

5 files changed

+131
-7
lines changed

5 files changed

+131
-7
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ release.
3838
<th title="LTS Until 2025-04"><a href="doc/changelogs/CHANGELOG_V18.md">18</a> (LTS)</th>
3939
</tr>
4040
<tr>
41-
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.1.0">23.1.0</a></b><br/>
41+
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.2.0">23.2.0</a></b><br/>
42+
<a href="doc/changelogs/CHANGELOG_V23.md#23.1.0">23.1.0</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V23.md#23.0.0">23.0.0</a><br/>
4344
</td>
4445
<td valign="top">

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6822,7 +6822,7 @@ deprecated:
68226822
- v20.12.0
68236823
- v18.20.0
68246824
changes:
6825-
- version: REPLACEME
6825+
- version: v23.2.0
68266826
pr-url: https://github.com/nodejs/node/pull/55547
68276827
description: The property is no longer read-only.
68286828
- version: v23.0.0

doc/api/module.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ added: v22.8.0
220220
### `module.findPackageJSON(specifier[, base])`
221221
222222
<!-- YAML
223-
added: REPLACEME
223+
added: v23.2.0
224224
-->
225225
226226
> Stability: 1.1 - Active Development
@@ -355,7 +355,7 @@ resolution and loading behavior. See [Customization hooks][].
355355
## `module.stripTypeScriptTypes(code[, options])`
356356
357357
<!-- YAML
358-
added: REPLACEME
358+
added: v23.2.0
359359
-->
360360
361361
> Stability: 1.1 - Active development

0 commit comments

Comments
 (0)