Skip to content

Commit 9bcaae6

Browse files
committed
2022-03-11, Version 16.14.1 'Gallium' (LTS)
Notable changes: * doc: * add release key for Bryan English (Bryan English) #42102
1 parent 728b657 commit 9bcaae6

File tree

5 files changed

+188
-6
lines changed

5 files changed

+188
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.14.0">16.14.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.14.1">16.14.1</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V16.md#16.14.0">16.14.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.2">16.13.2</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.1">16.13.1</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.0">16.13.0</a><br/>

doc/api/crypto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,12 +2472,12 @@ added: v15.6.0
24722472
<!-- YAML
24732473
added: v15.6.0
24742474
changes:
2475-
- version: REPLACEME
2475+
- version: v16.14.1
24762476
pr-url: https://github.com/nodejs/node/pull/41599
24772477
description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and
24782478
`singleLabelSubdomains` options have been removed since they
24792479
had no effect.
2480-
- version: REPLACEME
2480+
- version: v16.14.1
24812481
pr-url: https://github.com/nodejs/node/pull/41569
24822482
description: The subject option can now be set to `'default'`.
24832483
-->
@@ -2531,7 +2531,7 @@ from the given `name` in capitalization.
25312531
<!-- YAML
25322532
added: v15.6.0
25332533
changes:
2534-
- version: REPLACEME
2534+
- version: v16.14.1
25352535
pr-url: https://github.com/nodejs/node/pull/41571
25362536
description: The `options` argument has been removed since it had no effect.
25372537
-->

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ for await (const result of dnsResults) {
17781778
### `readable.forEach(fn[, options])`
17791779

17801780
<!-- YAML
1781-
added: REPLACEME
1781+
added: v16.14.1
17821782
-->
17831783

17841784
> Stability: 1 - Experimental

0 commit comments

Comments
 (0)