diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b9bcd9e768a73..3a7259e1caec06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,8 @@ release.
-12.1.0
+12.2.0
+12.1.0
12.0.0
|
diff --git a/doc/api/cli.md b/doc/api/cli.md
index ee766a28582074..a8a18620fb3152 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -109,7 +109,7 @@ be placed.
### `--cpu-prof-interval`
> Stability: 1 - Experimental
@@ -598,7 +598,7 @@ with old TLS clients or servers.
### `--tls-min-v1.2`
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.2'. This is the default for
@@ -653,7 +653,7 @@ of the event loop.
### `--trace-tls`
Prints TLS packet trace information to `stderr`. This can be used to debug TLS
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index a9991fc3da310a..fc8d78187b2da3 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2440,10 +2440,10 @@ similar functions is not intended for public use. Use `ChildProcess.channel`
instead.
-### DEP00XX: Module.createRequireFromPath()
+### DEP0130: Module.createRequireFromPath()
diff --git a/doc/api/modules.md b/doc/api/modules.md
index ca469d635ed272..9266d43f49abcd 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -914,7 +914,7 @@ const builtin = require('module').builtinModules;
### module.createRequire(filename)
* `filename` {string|URL} Filename to be used to construct the require
@@ -933,7 +933,7 @@ requireUtil('./some-tool');
### module.createRequireFromPath(filename)
* `filename` {string} Filename to be used to construct the relative require
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 3d2a9534f1ab13..2c433fd50d3fec 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -586,7 +586,7 @@ connection is open.
When enabled, TLS packet trace information is written to `stderr`. This can be
@@ -1129,7 +1129,7 @@ being issued by trusted CA (`options.ca`).
|