diff --git a/CHANGELOG.md b/CHANGELOG.md index 05705651fb3dba..9620e96943ef70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,8 @@ release. 21.0.0
-20.9.0
+20.10.0
+20.9.0
20.8.1
20.8.0
20.7.0
diff --git a/doc/api/cli.md b/doc/api/cli.md index 2abbf5d343c42d..30b8b358d12973 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -646,6 +646,7 @@ and `"` are usable. > Stability: 1.0 - Early development @@ -676,6 +677,7 @@ JavaScript. > Stability: 1.0 - Early development @@ -851,7 +853,9 @@ Enable experimental WebAssembly module support. ### `--experimental-websocket` Enable experimental [`WebSocket`][] support. @@ -1746,7 +1750,9 @@ for more details. ### `--test-concurrency` The maximum number of test files that the test runner CLI will execute diff --git a/doc/api/errors.md b/doc/api/errors.md index bea89762844906..a9017983372e64 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1783,7 +1783,9 @@ An import attribute is missing, preventing the specified module to be imported. ### `ERR_IMPORT_ATTRIBUTE_UNSUPPORTED` An import attribute is not supported by this version of Node.js. diff --git a/doc/api/esm.md b/doc/api/esm.md index e8f6419a429457..ddc33b2c5f120b 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -7,7 +7,9 @@ diff --git a/doc/api/fs.md b/doc/api/fs.md index 50abf3678b6300..e382a8b6d58c3c 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -180,7 +180,9 @@ longer be used. @@ -902,7 +906,9 @@ the error raised if the file is not accessible. @@ -1761,7 +1767,9 @@ All the [caveats][] for `fs.watch()` also apply to `fsPromises.watch()`. > Stability: 1 - Experimental. diff --git a/doc/api/module.md b/doc/api/module.md index 394af95ac00b41..8bde50dbb7c40b 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -458,7 +458,9 @@ register('./path-to-my-hooks.js', { > Stability: 1 - Experimental diff --git a/doc/api/stream.md b/doc/api/stream.md index 83b26c4d6a95b2..960e61137ecbaa 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2823,7 +2823,9 @@ const server = http.createServer((req, res) => {