diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb120c59c219e7..a08f369f2579d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,7 +38,8 @@ release.
-22.0.0
+22.1.0
+22.0.0
|
21.7.3
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 33a00eb5600cb8..b516dea2b38b02 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -594,7 +594,7 @@ added:
- v16.4.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492
description: The `ipv6first` is supported now.
- version: v17.0.0
@@ -1338,7 +1338,7 @@ This option is a no-op. It is kept for compatibility.
### `--network-family-autoselection-attempt-timeout`
Sets the default value for the network family autoselection attempt timeout.
@@ -2059,7 +2059,7 @@ node --test --test-shard=3/3
A regular expression that configures the test runner to skip tests
@@ -2521,7 +2521,7 @@ environment variable is arbitrary.
### `NODE_COMPILE_CACHE=dir`
> Stability: 1.1 - Active Development
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 025d4b875ae04e..4787c7f7b88105 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -179,7 +179,7 @@ section if a custom port is used.
@@ -971,7 +971,7 @@ section if a custom port is used.
@@ -1383,7 +1383,7 @@ added:
- v16.4.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492
description: The `ipv6first` value is supported now.
- version: v17.0.0
diff --git a/doc/api/events.md b/doc/api/events.md
index a0b05690b4a156..8983d9d5daba51 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -2427,7 +2427,7 @@ added:
- v18.7.0
- v16.17.0
changes:
- - version: REPLACEME
+ - version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52618
description: CustomEvent is now stable.
-->
@@ -2446,7 +2446,7 @@ added:
- v18.7.0
- v16.17.0
changes:
- - version: REPLACEME
+ - version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52618
description: CustomEvent is now stable.
-->
diff --git a/doc/api/url.md b/doc/api/url.md
index 5db978aaa11692..430347dd9ba0c7 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -1156,7 +1156,7 @@ console.log(url.domainToUnicode('xn--iñvalid.com'));
|