diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02273c6b60958f..a80f38766bb4f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,8 @@ release.
-12.9.1
+12.10.0
+12.9.1
12.9.0
12.8.1
12.8.0
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 0ed0d7d1b4dab2..1d6ae5d5998e24 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -323,7 +323,7 @@ future use. The root of the current volume may be referenced via `file:///`.
#### `data:` Imports
[`data:` URLs][] are supported for importing with the following MIME types:
diff --git a/doc/api/fs.md b/doc/api/fs.md
index a045f454188701..d5262766aa4bdb 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -735,7 +735,7 @@ milliseconds since the POSIX Epoch.
### stats.atimeNs
* {bigint}
@@ -747,7 +747,7 @@ nanoseconds since the POSIX Epoch.
### stats.mtimeNs
* {bigint}
@@ -759,7 +759,7 @@ nanoseconds since the POSIX Epoch.
### stats.ctimeNs
* {bigint}
@@ -771,7 +771,7 @@ in nanoseconds since the POSIX Epoch.
### stats.birthtimeNs
* {bigint}
@@ -1506,7 +1506,7 @@ fs.copyFileSync('source.txt', 'destination.txt', COPYFILE_EXCL);
|