diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ed0624abc7..46d40ab1a8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+# 22.1.0-next.3 (2026-06-26)
+### migrations
+| Commit | Type | Description |
+| -- | -- | -- |
+| [26b0c719ef](https://github.com/angular/angular/commit/26b0c719effc6b4ff649803033e2e6f4b66c99f7) | fix | resolve migration failure when tsconfig specifies rootDir |
+
+
+
# 22.0.4 (2026-06-26)
### migrations
diff --git a/package.json b/package.json
index cb4f76b18ff..eb3cfe2c6f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
- "version": "22.1.0-next.2",
+ "version": "22.1.0-next.3",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",