diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2103d6393075..5068f9f01a3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+# 13.3.0-rc.0 (2022-03-10)
+### core
+| Commit | Type | Description |
+| -- | -- | -- |
+| [b5bb614c74](https://github.com/angular/angular/commit/61a316c68fd27bc2375b1b3043afd8b5bb614c74) | feat | support TypeScript 4.6 ([#45190](https://github.com/angular/angular/pull/45190)) |
+## Special Thanks
+Kristiyan Kostadinov
+
+
+
+
# 13.2.6 (2022-03-09)
### compiler
@@ -9016,4 +9028,4 @@ Note: 2.1.0-beta.0 release also contains all the changes present in the 2.0.1 re
-# [2.0.0 proprioception-reinforcement](https://github.com/angular/angular/compare/2.0.0-rc.7...2.0.0) (2016-09-14)
\ No newline at end of file
+# [2.0.0 proprioception-reinforcement](https://github.com/angular/angular/compare/2.0.0-rc.7...2.0.0) (2016-09-14)
diff --git a/package.json b/package.json
index 18d74a8d06e2..364ba9f9a96d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
- "version": "13.3.0-next.0",
+ "version": "13.3.0-rc.0",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",