diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab68a8d3329c29..ebc73e208e6acf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,7 +29,8 @@ release.
-13.11.0
+13.12.0
+13.11.0
13.10.1
13.10.0
13.9.0
diff --git a/doc/api/cli.md b/doc/api/cli.md
index b4ac6ca67d3532..cd7e851971702d 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -129,7 +129,7 @@ Specify the file name of the CPU profile generated by `--cpu-prof`.
### `--disable-proto=mode`
Disable the `Object.prototype.__proto__` property. If `mode` is `delete`, the
@@ -603,7 +603,7 @@ warning will be written to stderr instead.
### `--report-compact`
Write reports in a compact format, single-line JSON, more easily consumable
@@ -614,7 +614,7 @@ human consumption.
@@ -1797,7 +1797,7 @@ reports for the current process. Additional documentation is available in the
### `process.report.compact`
* {boolean}
@@ -1814,7 +1814,7 @@ console.log(`Reports are compact? ${process.report.compact}`);
@@ -1833,7 +1833,7 @@ console.log(`Report directory is ${process.report.directory}`);
@@ -1852,7 +1852,7 @@ console.log(`Report filename is ${process.report.filename}`);
@@ -1895,7 +1895,7 @@ console.log(`Report on fatal error: ${process.report.reportOnFatalError}`);
@@ -1913,7 +1913,7 @@ console.log(`Report on signal: ${process.report.reportOnSignal}`);
@@ -1930,7 +1930,7 @@ console.log(`Report on exception: ${process.report.reportOnUncaughtException}`);
@@ -1948,7 +1948,7 @@ console.log(`Report signal: ${process.report.signal}`);
diff --git a/doc/api/util.md b/doc/api/util.md
index 53fce825440aa0..e1dadbf65f299f 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -996,7 +996,7 @@ throw an error.
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index ca42643969a894..9632050b581d9d 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -513,7 +513,7 @@ if (isMainThread) {
|