From 21009e3bd288265bfd01286c148368b19da0a436 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk Date: Wed, 1 Sep 2021 12:08:52 -0700 Subject: [PATCH] release: cut the v13.0.0-next.4 release --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5eda347be3..7ded528a7184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# 13.0.0-next.4 (2021-09-01) +### compiler-cli +| Commit | Description | +| -- | -- | +| [4341a5f4cb](https://github.com/angular/angular/commit/4341a5f4cb7969b5c06d46a6afbd95cbccab8d95) | fix: Emit type annotations for synthesized decorator fields ([#43021](https://github.com/angular/angular/pull/43021)) | +### router +| Commit | Description | +| -- | -- | +| [faf9f5a3bc](https://github.com/angular/angular/commit/faf9f5a3bc444bb6cbf75916c8022f60e0742bca) | feat: new output that would notify when link is activated ([#43280](https://github.com/angular/angular/pull/43280)) | +## Special Thanks: +Alan Agius, Andrew Scott, Daniel Trevino, George Kalpakas, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, anandtiwary, nickreid and segunb + + # 12.2.4 (2021-09-01) ### compiler-cli diff --git a/package.json b/package.json index a0958afdc7a9..54de68a0f0cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "13.0.0-next.3", + "version": "13.0.0-next.4", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",