diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79bc76bfb5633c..ae8b483e0d7f1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,8 @@ release.
-15.0.1
+15.1.0
+15.0.1
15.0.0
|
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 0f78ba9d44e404..2d39bd2d109327 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -1038,7 +1038,7 @@ See [Advanced serialization][] for more details.
### Event: `'spawn'`
The `'spawn'` event is emitted once the child process has spawned successfully.
diff --git a/doc/api/cli.md b/doc/api/cli.md
index dd0b57b6ad99e3..484695a347428d 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -335,7 +335,7 @@ be added.
### `--heapsnapshot-near-heap-limit=max_count`
> Stability: 1 - Experimental
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 724d5abae685f9..41ad56bc36b17c 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2680,7 +2680,7 @@ Use `fs.rm(path, { recursive: true, force: true })` instead.
### DEP0148: Folder mappings in `"exports"` (trailing `"/"`)
+
> Stability: 1 - Experimental
diff --git a/doc/api/dns.md b/doc/api/dns.md
index aa2fbbc17511db..c9508f871194b9 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -119,7 +119,7 @@ callbacks will be called with an error with code `ECANCELLED`.
### `resolver.setLocalAddress([ipv4][, ipv6])`
* `ipv4` {string} A string representation of an IPv4 address.
diff --git a/doc/api/http2.md b/doc/api/http2.md
index c109d7db72ac7a..b4977397f350c1 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1881,7 +1881,7 @@ value only affects new connections to the server, not any existing connections.
#### `server.updateSettings([settings])`
* `settings` {HTTP/2 Settings Object}
@@ -2073,7 +2073,7 @@ value only affects new connections to the server, not any existing connections.
#### `server.updateSettings([settings])`
* `settings` {HTTP/2 Settings Object}
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 9b7ba7fb1198b2..a3e328073fa79e 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -368,7 +368,7 @@ targets, this expansion is dependent on only the files of the package itself.
### Subpath folder mappings
The `v8.takeCoverage()` method allows the user to write the coverage started by
@@ -241,7 +241,7 @@ disk, unless [`v8.stopCoverage()`][] is invoked before the process exits.
## `v8.stopCoverage()`
The `v8.stopCoverage()` method allows the user to stop the coverage collection
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 086e541013e31f..c9ea0c903738d8 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -806,7 +806,7 @@ immediately with an [`ERR_WORKER_NOT_RUNNING`][] error.
### `worker.performance`
An object that can be used to query performance information from a worker
@@ -814,7 +814,7 @@ instance. Similar to [`perf_hooks.performance`][].
#### `performance.eventLoopUtilization([utilization1[, utilization2]])`
* `utilization1` {Object} The result of a previous call to
diff --git a/doc/changelogs/CHANGELOG_V15.md b/doc/changelogs/CHANGELOG_V15.md
index 3cc752c5e81354..c6475d4fd7816b 100644
--- a/doc/changelogs/CHANGELOG_V15.md
+++ b/doc/changelogs/CHANGELOG_V15.md
@@ -10,6 +10,7 @@
|