diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31f230b045d9e3..05705651fb3dba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,7 +36,8 @@ release.
-21.1.0
+21.2.0
+21.1.0
21.0.0
|
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 1f5136ce69442f..6b1860ecc81980 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -1199,7 +1199,7 @@ Disable exposition of [CustomEvent Web API][] on the global scope.
### `--no-experimental-global-navigator`
> Stability: 1 - Experimental
@@ -1784,7 +1784,7 @@ node --test --test-shard=3/3
### `--test-timeout`
A number of milliseconds the test execution will fail after. If unspecified,
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 278513ae78b435..e8f6419a429457 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -335,7 +335,7 @@ properties.
### `import.meta.dirname`
> Stability: 1.2 - Release candidate
@@ -348,7 +348,7 @@ added: REPLACEME
### `import.meta.filename`
> Stability: 1.2 - Release candidate
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 7869986bb1cd31..b767c33a0a870c 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -634,7 +634,7 @@ console.log(`This process is running on ${navigator.hardwareConcurrency} logical
### `navigator.language`
* {string}
@@ -655,7 +655,7 @@ console.log(`The preferred language of the Node.js instance has the tag '${navig
### `navigator.languages`
* {Array}
@@ -675,7 +675,7 @@ console.log(`The preferred languages are '${navigator.languages}'`);
### `navigator.platform`
* {string}
diff --git a/doc/api/test.md b/doc/api/test.md
index b4a5b7e6ca5bb3..ea7c90e4ad9d63 100644
--- a/doc/api/test.md
+++ b/doc/api/test.md
@@ -1817,7 +1817,7 @@ which is a `MockTimers` instance.
added:
- v20.4.0
changes:
- - version: REPLACEME
+ - version: v21.2.0
pr-url: https://github.com/nodejs/node/pull/48638
description: Updated parameters to be an option object with available APIs
and the default initial epoch.
@@ -2303,7 +2303,7 @@ clocks or actual timers outside of the mocking environment.
Sets the current Unix timestamp that will be used as reference for any mocked
diff --git a/doc/api/vm.md b/doc/api/vm.md
index fd94c932db9de8..85e5d5ac30d309 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -1052,7 +1052,7 @@ function with the given `params`.
diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md
index 3d0ba237fe7fea..a90575c8fe4aca 100644
--- a/doc/api/webstreams.md
+++ b/doc/api/webstreams.md
@@ -1421,7 +1421,7 @@ changes:
@@ -1459,7 +1459,7 @@ changes:
diff --git a/doc/changelogs/CHANGELOG_V21.md b/doc/changelogs/CHANGELOG_V21.md
index 4804d815c5fe0f..83fb0ea4bd3a66 100644
--- a/doc/changelogs/CHANGELOG_V21.md
+++ b/doc/changelogs/CHANGELOG_V21.md
@@ -8,6 +8,7 @@
|