diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b038b978dd01f..659b47caf752d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,8 @@ release.
-15.13.0
+15.14.0
+15.13.0
15.12.0
15.11.0
15.10.0
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 8b3bc962c8a940..61ab2ad8a15d62 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1367,7 +1367,7 @@ made to mark a stream and dependent of itself.
### `ERR_HTTP2_TOO_MANY_INVALID_FRAMES`
The limit of acceptable invalid HTTP/2 protocol frames sent by the peer,
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 979ada952675f9..448f89ea833a7d 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -1241,7 +1241,7 @@ All the [caveats][] for `fs.watch()` also apply to `fsPromises.watch()`.
### `new net.SocketAddress([options])`
* `options` {Object}
@@ -155,28 +155,28 @@ added: REPLACEME
### `socketaddress.address`
* Type {string}
### `socketaddress.family`
* Type {string} Either `'ipv4'` or `'ipv6'`.
### `socketaddress.flowlabel`
* Type {number}
### `socketaddress.port`
* Type {number}
@@ -543,7 +543,7 @@ it to interact with the client.
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 18e84389c6c1a2..3e78a6e2391fb5 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -544,7 +544,7 @@ the current position of the cursor down.
|