diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb120c59c21..a08f369f257 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 87b4be16dc5..dd5650e6e9c 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.
@@ -2035,7 +2035,7 @@ node --test --test-shard=3/3
A regular expression that configures the test runner to skip tests
@@ -2464,7 +2464,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 025d4b875ae..4787c7f7b88 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 a0b05690b4a..8983d9d5dab 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 5db978aaa11..430347dd9ba 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -1156,7 +1156,7 @@ console.log(url.domainToUnicode('xn--iñvalid.com'));
|