diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec3f9bfdee54..f4b9741101982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 14.2.11 (2022-11-16) +### router +| Commit | Type | Description | +| -- | -- | -- | +| [aef353c143](https://github.com/angular/angular/commit/aef353c143ea4e31d76f00ae91efe49eecc3a321) | fix | Ensure renavigating in component init works with enabledBlocking ([#48066](https://github.com/angular/angular/pull/48066)) | +## Special Thanks +Alan Agius, Andrew Scott and Mujo Osmanovic + + + # 14.2.10 (2022-11-09) ### core diff --git a/package.json b/package.json index ef450c042ef74..fe9b7173d7219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "14.2.10", + "version": "14.2.11", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",