diff --git a/CHANGELOG.md b/CHANGELOG.md
index e20fc7fcb391a8..8ae0355bf8120c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,8 @@ release.
-16.18.1
+16.19.0
+16.18.1
16.18.0
16.17.1
16.17.0
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 5baf534af1e5c8..af802524883913 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -1430,7 +1430,7 @@ will be chosen.
### `--watch`
> Stability: 1 - Experimental
@@ -1452,7 +1452,7 @@ $ node --watch index.js
### `--watch-path`
> Stability: 1 - Experimental
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 78930ff45ddb97..8340896775d306 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -457,7 +457,7 @@ This method throws [`ERR_SOCKET_BUFFER_SIZE`][] if called on an unbound socket.
### `socket.getSendQueueSize()`
* Returns: {number} Number of bytes queued for sending.
@@ -465,7 +465,7 @@ added: REPLACEME
### `socket.getSendQueueCount()`
* Returns: {number} Number of send requests currently in the queue awaiting
diff --git a/doc/api/test.md b/doc/api/test.md
index 7da51afff4b7f9..680cd29dd52947 100644
--- a/doc/api/test.md
+++ b/doc/api/test.md
@@ -319,7 +319,7 @@ internally.
## `run([options])`
* `options` {Object} Configuration options for running tests. The following
@@ -597,7 +597,7 @@ describe('tests', async () => {
## Class: `TapStream`
* Extends {ReadableStream}
diff --git a/doc/api/util.md b/doc/api/util.md
index 3908a558a8994e..10a7db9f47088b 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1024,7 +1024,7 @@ equality.
|