diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ef8ba272b3e..7da91f4afae7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# 18.0.0-next.4 (2024-04-10) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [2a6f809507](https://github.com/angular/angular/commit/2a6f80950756530d5fb1147addabcb31025b0a78) | fix | invalid ImageKit quality parameter ([#55193](https://github.com/angular/angular/pull/55193)) | +| [11705f58a7](https://github.com/angular/angular/commit/11705f58a77e9390163b0bc99439fb4c8928e531) | fix | skip transfer cache on client ([#55012](https://github.com/angular/angular/pull/55012)) | +### compiler +| Commit | Type | Description | +| -- | -- | -- | +| [39624c6b12](https://github.com/angular/angular/commit/39624c6b129252af352c22c6d6f12ef153477bfc) | fix | output input flags as a literal ([#55215](https://github.com/angular/angular/pull/55215)) | +### language-service +| Commit | Type | Description | +| -- | -- | -- | +| [bd236cc150](https://github.com/angular/angular/commit/bd236cc150e1b21932612ecf91678be77a503d18) | fix | implement getDefinitionAtPosition for Angular templates ([#55269](https://github.com/angular/angular/pull/55269)) | + + + # 17.3.4 (2024-04-10) ### common @@ -3411,4 +3429,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani -Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file. \ No newline at end of file +Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file. diff --git a/package.json b/package.json index 900a31fd80aa8..bbab532455ac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "18.0.0-next.3", + "version": "18.0.0-next.4", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",