diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6ad62703bb4c0..f6cbbcad09583e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,7 +29,8 @@ release.
-9.2.1
+9.3.0
+9.2.1
9.2.0
9.1.0
9.0.0
diff --git a/doc/api/console.md b/doc/api/console.md
index 6dac2a8a5e7c66..5722f362841484 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -241,7 +241,7 @@ undefined
@@ -280,7 +280,7 @@ Defaults to `false`. Colors are customizable; see
diff --git a/doc/api/https.md b/doc/api/https.md
index 18b6f40305567b..cb22873a01e1ba 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -150,7 +150,7 @@ Global instance of [`https.Agent`][] for all HTTPS client requests.
* {string[]}
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 0843165f075be9..ad6e3c7eeab02a 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -3695,7 +3695,7 @@ a specific `napi_env`.
### napi_get_uv_event_loop
```C
NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
diff --git a/doc/api/process.md b/doc/api/process.md
index 8c91a6c9d7c210..60545ff06281a1 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1137,7 +1137,7 @@ or Android).
## process.hasUncaughtExceptionCaptureCallback()
* Returns: {boolean}
@@ -1647,7 +1647,7 @@ or Android).
## process.setUncaughtExceptionCaptureCallback(fn)
* `fn` {Function|null}
diff --git a/doc/api/stream.md b/doc/api/stream.md
index dec38202221b70..f3780ee4c49b01 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -439,7 +439,7 @@ See also: [`writable.cork()`][].
##### writable.writableHighWaterMark
Return the value of `highWaterMark` passed when constructing this
@@ -889,7 +889,7 @@ options.
##### readable.readableHighWaterMark
Return the value of `highWaterMark` passed when constructing this
diff --git a/doc/api/tls.md b/doc/api/tls.md
index bcf2b5b34c4ba6..50535150c2f90d 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -961,7 +961,7 @@ port or host argument.
|