diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80d4045f2fa0..6445db48375a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
+# 12.2.13 (2021-11-03)
+### compiler-cli
+| Commit | Type | Description |
+| -- | -- | -- |
+| [9a89db790f](https://github.com/angular/angular/commit/9a89db790f2453c11df6778c3c8639114797ae28) | fix | avoid broken references in .d.ts files due to @internal markers ([#43965](https://github.com/angular/angular/pull/43965)) |
+### core
+| Commit | Type | Description |
+| -- | -- | -- |
+| [8f402c9d06](https://github.com/angular/angular/commit/8f402c9d06f4e6f16759f73df44438f2ba725a30) | fix | support `InjectFlags` argument in `NodeInjector.get()` ([#41592](https://github.com/angular/angular/pull/41592)) |
+## Special Thanks
+Alan Agius, George Kalpakas, Jochen Kraushaar, Joe Martin (Crowdstaffing), JoostK and vthinkxie
+
+
+
# 12.2.12 (2021-10-27)
### compiler-cli
diff --git a/package.json b/package.json
index 6d2696ba4cdb..579b1d067cdb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
- "version": "12.2.12",
+ "version": "12.2.13",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",