diff --git a/CHANGELOG.md b/CHANGELOG.md
index b39ee54a9e3fd0..c931fa50e7f7e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,8 @@ release.
-13.12.0
+13.13.0
+13.12.0
13.11.0
13.10.1
13.10.0
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 535a139b41d1e2..590e3072184565 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -441,7 +441,7 @@ disappear in a non-semver-major release.
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 53c7dcece71a02..030bb7674b0cca 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -202,7 +202,7 @@ is not set to `true`, it returns a `Promise` for an `Object` with `address` and
### Supported getaddrinfo flags
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 375ac52bdf364a..a7c07c6f9c1332 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -3082,9 +3082,9 @@ this API: [`fs.read()`][].
## `fs.readSync(fd, buffer, [options])`
* `fd` {integer}
@@ -3131,7 +3131,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and
## `fs.readvSync(fd, buffers[, position])`
* `fd` {integer}
@@ -4494,7 +4494,7 @@ of the file.
#### `filehandle.readv(buffers[, position])`
* `buffers` {ArrayBufferView[]}
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index eda1d94f7289e1..db3fb92cd439f9 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -5239,7 +5239,7 @@ This API may be called from any thread which makes use of `func`.
added: v10.6.0
napiVersion: 4
changes:
- - version: REPLACEME
+ - version: v13.13.0
pr-url: https://github.com/nodejs/node/pull/32689
description: >
Return `napi_would_deadlock` when called with `napi_tsfn_blocking` from
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index ac5aa2ccea0a66..79426c36cae3c5 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -60,7 +60,7 @@ to mark specific significant moments in the Performance Timeline.
diff --git a/doc/api/util.md b/doc/api/util.md
index da5f9bf231b34f..d3a0d76463deda 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -398,7 +398,7 @@ stream.write('With ES6');
|