Skip to content

Commit 4614c5c

Browse files
committedDec 14, 2022
doc: fix doc metadata for Node.js 16.19.0
When cherry-picking the release commit for Node.js 16.19.0 to the `main` branch git updated the metadata for the wrong item in `doc/api/test.md`. The incorrectly updated item has been fixed in a subsequent commit (the merge for the 19.3.0 release commit). This commit updates the intended item that should have been updated when the 16.19.0 release commit was merged. Refs: #45506 (comment) Refs: nodejs/Release#771
1 parent b3f5a41 commit 4614c5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎doc/api/test.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,9 @@ set to `true`.
10541054
## Class: `TapStream`
10551055

10561056
<!-- YAML
1057-
added: v18.9.0
1057+
added:
1058+
- v18.9.0
1059+
- v16.19.0
10581060
-->
10591061

10601062
* Extends {ReadableStream}

0 commit comments

Comments
 (0)