From 097a584f61ad30293993b9880d918cd1dcc7fdd6 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 10 Mar 2022 11:14:01 -0800 Subject: [PATCH] release: cut the v13.3.0-rc.0 release --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) 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",