diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4d1bcd410cdaf..7f9e24f60a6e29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,8 @@ release.
-18.1.0
+18.2.0
+18.1.0
18.0.0
|
diff --git a/doc/api/fs.md b/doc/api/fs.md
index d489ccd9fb7d4f..272473ab704448 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -420,7 +420,7 @@ number of bytes read is zero.
#### `filehandle.read(buffer[, options])`
* `buffer` {Buffer|TypedArray|DataView} A buffer that will be filled with the
@@ -3273,7 +3273,7 @@ above values.
### `fs.read(fd, buffer[, options], callback)`
* `fd` {integer}
diff --git a/doc/api/http.md b/doc/api/http.md
index bed2f69ff1a679..01c97ec4e671db 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1456,7 +1456,7 @@ Stops the server from accepting new connections. See [`net.Server.close()`][].
### `server.closeAllConnections()`
Closes all connections connected to this server.
@@ -1464,7 +1464,7 @@ Closes all connections connected to this server.
### `server.closeIdleConnections()`
Closes all connections connected to this server which are not sending a request
diff --git a/doc/api/https.md b/doc/api/https.md
index 7e233b00fe789d..00d5e8b3edffe9 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -138,7 +138,7 @@ See [`server.close()`][] in the `node:http` module.
### `server.closeAllConnections()`
See [`server.closeAllConnections()`][] in the `node:http` module.
@@ -146,7 +146,7 @@ See [`server.closeAllConnections()`][] in the `node:http` module.
### `server.closeIdleConnections()`
See [`server.closeIdleConnections()`][] in the `node:http` module.
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 9312716cecd9d4..63d17c5f3cbfcc 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -70,7 +70,7 @@ Performance Timeline. If `name` is provided, removes only the named mark.
### `performance.clearResourceTimings([name])`
* `name` {string}
@@ -215,7 +215,7 @@ Performance Timeline manually with `performance.clearMarks`.
global, cacheMode)\`
* `timingInfo` {Object} [Fetch Timing Info][]
@@ -695,7 +695,7 @@ initialized.
## Class: `PerformanceResourceTiming`
* Extends: {PerformanceEntry}
@@ -708,7 +708,7 @@ The constructor of this class is not exposed to users directly.
### `performanceResourceTiming.workerStart`
* {number}
@@ -720,7 +720,7 @@ will always return 0.
### `performanceResourceTiming.redirectStart`
* {number}
@@ -731,7 +731,7 @@ of the fetch which initiates the redirect.
### `performanceResourceTiming.redirectEnd`
* {number}
@@ -742,7 +742,7 @@ receiving the last byte of the response of the last redirect.
### `performanceResourceTiming.fetchStart`
* {number}
@@ -753,7 +753,7 @@ to fetch the resource.
### `performanceResourceTiming.domainLookupStart`
* {number}
@@ -764,7 +764,7 @@ the domain name lookup for the resource.
### `performanceResourceTiming.domainLookupEnd`
* {number}
@@ -775,7 +775,7 @@ after the Node.js finished the domain name lookup for the resource.
### `performanceResourceTiming.connectStart`
* {number}
@@ -787,7 +787,7 @@ the resource.
### `performanceResourceTiming.connectEnd`
* {number}
@@ -799,7 +799,7 @@ the resource.
### `performanceResourceTiming.secureConnectionStart`
* {number}
@@ -810,7 +810,7 @@ before Node.js starts the handshake process to secure the current connection.
### `performanceResourceTiming.requestStart`
* {number}
@@ -821,7 +821,7 @@ before Node.js receives the first byte of the response from the server.
### `performanceResourceTiming.responseEnd`
* {number}
@@ -833,7 +833,7 @@ the transport connection is closed, whichever comes first.
### `performanceResourceTiming.transferSize`
* {number}
@@ -844,7 +844,7 @@ includes the response header fields plus the response payload body.
### `performanceResourceTiming.encodedBodySize`
* {number}
@@ -856,7 +856,7 @@ content-codings.
### `performanceResourceTiming.decodedBodySize`
* {number}
@@ -868,7 +868,7 @@ content-codings.
### `performanceResourceTiming.toJSON()`
Returns a `object` that is the JSON representation of the
diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md
index b4c88ef22c2823..f14860aa1cf7f0 100644
--- a/doc/changelogs/CHANGELOG_V18.md
+++ b/doc/changelogs/CHANGELOG_V18.md
@@ -8,6 +8,7 @@
|