From 460a634b10274b6ad001e9c4034f4e434bbbaae2 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 31 May 2022 16:33:45 -0700 Subject: [PATCH] release: cut the v13.3.11 release --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e144184dd68b..71cd48c25d443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 13.3.11 (2022-05-31) + +This release contains API docs improvements. + +## Special Thanks +Andrew Scott, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Rune Andersen Hartvig, dario-piotrowicz and mgechev + + + # 13.3.10 (2022-05-25) ## Special Thanks @@ -2596,4 +2606,4 @@ This release contains the same set the of changes as 11.2.0-next.1. ### Code Refactoring * **compiler:** remove support for TypeScript 3.9 ([#39313](https://github.com/angular/angular/issues/39313)) ([736e064](https://github.com/angular/angular/commit/736e0644b02bc4606a7ae0c974d1b06e993708f6)) -* **router:** adjust type of parameter in `navigateByUrl` and `createUrlTree` to be more accurate ([#38227](https://github.com/angular/angular/issues/38227)) ([e4f4d18](https://github.com/angular/angular/commit/e4f4d18)), closes [#18798](https://github.com/angular/angular/issues/18798) \ No newline at end of file +* **router:** adjust type of parameter in `navigateByUrl` and `createUrlTree` to be more accurate ([#38227](https://github.com/angular/angular/issues/38227)) ([e4f4d18](https://github.com/angular/angular/commit/e4f4d18)), closes [#18798](https://github.com/angular/angular/issues/18798) diff --git a/package.json b/package.json index 9d182e2cc815e..75a4c2d5e4247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "13.3.10", + "version": "13.3.11", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",