Skip to content

Commit 671c289

Browse files
committed
2021-05-04, Version 16.1.0 (Current)
Notable changes: fs: * (SEMVER-MINOR) allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287 PR-URL: #38522
1 parent f71166b commit 671c289

File tree

3 files changed

+123
-2
lines changed

3 files changed

+123
-2
lines changed

CHANGELOG.md

+2-1
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.0.0">16.0.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.1.0">16.1.0</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
3738
</td>
3839
<td valign="top">
3940
<b><a href="doc/changelogs/CHANGELOG_V15.md#15.14.0">15.14.0</a></b><br/>

doc/api/perf_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ invoked.
263263

264264
### `performance.toJSON()`
265265
<!-- YAML
266-
added: REPLACEME
266+
added: v16.1.0
267267
-->
268268

269269
An object which is JSON representation of the `performance` object. It

0 commit comments

Comments
 (0)