From 8a3d010d4dcdc0bf6285e4e038eb74be0bb28ee6 Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Wed, 29 May 2024 18:38:06 +0200 Subject: [PATCH] release: cut the v18.1.0-next.0 release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee38e2ccb5d..6b6ea1d8f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 18.1.0-next.0 (2024-05-29) +### core +| Commit | Type | Description | +| -- | -- | -- | +| [e5a6f91722](https://github.com/angular/angular/commit/e5a6f917225aafa7c5c860f280d2aafe3615727e) | feat | support TypeScript 5.5 ([#56096](https://github.com/angular/angular/pull/56096)) | +| [b2445a0953](https://github.com/angular/angular/commit/b2445a095314aa66da038d3093e6a1b18fe5768b) | fix | link errors to ADEV ([#55554](https://github.com/angular/angular/pull/55554)) ([#56038](https://github.com/angular/angular/pull/56038)) | + + + # 18.0.1 (2024-05-29) ### compiler