diff --git a/CHANGELOG.md b/CHANGELOG.md index 78cd233f1b8..0c68ad17871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 21.0.8 (2026-01-08) +### core +| Commit | Type | Description | +| -- | -- | -- | +| [a6a2621bf9](https://github.com/angular/angular/commit/a6a2621bf9df02584e4079f4a804278fc2060a9c) | fix | fix memory leak with event replay | +| [5239e471a1](https://github.com/angular/angular/commit/5239e471a1f887574c6703c0497e5854304cce4e) | fix | handle cancelled traversals in fake navigation | + + + # 21.0.7 (2026-01-07) ### compiler diff --git a/package.json b/package.json index a740398d855..8cd709d00bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "21.0.7", + "version": "21.0.8", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",