diff --git a/CHANGELOG.md b/CHANGELOG.md
index a08f369f2579d2..c08001e9d240b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,7 +38,8 @@ release.
-22.1.0
+22.2.0
+22.1.0
22.0.0
|
diff --git a/doc/api/assert.md b/doc/api/assert.md
index ca1fc7ca9772a4..ec2771f4fe80b9 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -555,7 +555,7 @@ An alias of [`assert.ok()`][].
By default, Node.js enables trap-handler-based WebAssembly bound
@@ -1327,7 +1327,7 @@ endpoint on `http://host:port/json/list`.
### `--inspect-wait[=[host:]port]`
Activate inspector on `host:port` and wait for debugger to be attached.
diff --git a/doc/api/errors.md b/doc/api/errors.md
index cb792ea6d958c0..fd09eb77af2f2b 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -3375,7 +3375,7 @@ An import attribute is not supported by this version of Node.js.
### `ERR_MANIFEST_ASSERT_INTEGRITY`
An attempt was made to load a resource, but the resource did not match the
@@ -3387,7 +3387,7 @@ manifests for more information.
### `ERR_MANIFEST_DEPENDENCY_MISSING`
An attempt was made to load a resource, but the resource was not listed as a
@@ -3399,7 +3399,7 @@ for policy manifests for more information.
### `ERR_MANIFEST_INTEGRITY_MISMATCH`
An attempt was made to load a policy manifest, but the manifest had multiple
@@ -3412,7 +3412,7 @@ policy manifests for more information.
### `ERR_MANIFEST_INVALID_RESOURCE_FIELD`
A policy manifest resource had an invalid value for one of its fields. Update
@@ -3424,7 +3424,7 @@ documentation for policy manifests for more information.
### `ERR_MANIFEST_INVALID_SPECIFIER`
A policy manifest resource had an invalid value for one of its dependency
@@ -3436,7 +3436,7 @@ documentation for policy manifests for more information.
### `ERR_MANIFEST_PARSE_POLICY`
An attempt was made to load a policy manifest, but the manifest was unable to
@@ -3447,7 +3447,7 @@ be parsed. See the documentation for policy manifests for more information.
### `ERR_MANIFEST_TDZ`
An attempt was made to read from a policy manifest, but the manifest
@@ -3458,7 +3458,7 @@ initialization has not yet taken place. This is likely a bug in Node.js.
### `ERR_MANIFEST_UNKNOWN_ONERROR`
A policy manifest was loaded, but had an unknown value for its "onerror"
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 72fed4f8b93a32..efe9eab9ff540a 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -1074,7 +1074,7 @@ behavior is similar to `cp dir1/ dir2/`.
@@ -3116,7 +3116,7 @@ descriptor. See [`fs.utimes()`][].
@@ -5650,7 +5650,7 @@ Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 7646e4d846a006..298d1a94330d65 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -253,7 +253,7 @@ added:
- v18.2.0
- v16.17.0
changes:
- - version: REPLACEME
+ - version: v22.2.0
pr-url: https://github.com/nodejs/node/pull/51589
description: Added bodyInfo, responseStatus, and deliveryType arguments.
-->
diff --git a/doc/api/test.md b/doc/api/test.md
index 8d1e5a4624ce16..07bb62742a85b1 100644
--- a/doc/api/test.md
+++ b/doc/api/test.md
@@ -2973,7 +2973,7 @@ The name of the test.
> Stability: 1 - Experimental
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 9e94a076f5478c..f82fd626ab89e1 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -715,7 +715,7 @@ as appropriate for the derived class).
### `zlib.crc32(data[, value])`
* `data` {string|Buffer|TypedArray|DataView} When `data` is a string,
diff --git a/doc/changelogs/CHANGELOG_V22.md b/doc/changelogs/CHANGELOG_V22.md
index a3cf704eb91a35..ef71853a0acd5e 100644
--- a/doc/changelogs/CHANGELOG_V22.md
+++ b/doc/changelogs/CHANGELOG_V22.md
@@ -8,6 +8,7 @@
|