diff --git a/CHANGELOG.md b/CHANGELOG.md index d730e6feeff82e..7d3999d1291b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,8 @@ release. -20.7.0
+20.8.0
+20.7.0
20.6.1
20.6.0
20.5.1
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index a6b9ee98bd8f65..d9e57b4a2c17f5 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3390,7 +3390,7 @@ changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/49609 description: Runtime deprecation. - - version: REPLACEME + - version: v20.8.0 pr-url: https://github.com/nodejs/node/pull/49647 description: Documentation-only deprecation. --> @@ -3404,7 +3404,7 @@ the result of said promise, which can lead to unhandled promise rejections. @@ -3418,7 +3418,7 @@ The [`util.toUSVString()`][] API is deprecated. Please use diff --git a/doc/api/fs.md b/doc/api/fs.md index 98abd7eadd8714..66613dde55c19c 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1830,7 +1830,7 @@ concurrent modifications on the same file or data corruption may occur. diff --git a/doc/api/util.md b/doc/api/util.md index 50048beac89b80..bf154500f64e3e 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1598,7 +1598,7 @@ $ node negate.js --no-logfile --logfile=test.log --color --no-color