From 71c3b0362cb8828230341e3f9ce541093c32a945 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Mon, 2 Dec 2024 12:40:45 +0100 Subject: [PATCH] build: cut v19.0.3 release (#2124) See changelog. --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21a6fdd14..4347f2cf7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 19.0.3 +This release upgrades `@angular/language-service` to v19.0.1. + +* [Fixes for the unused standalone imports](https://github.com/angular/angular/pull/58719) +* [Improved diagnostics for `host` binding issues](https://github.com/angular/angular/pull/58870) + # 19.0.2 This release upgrades `@angular/language-service` to v19.0.0-rc.3. diff --git a/package.json b/package.json index 421f2ae79a..142c6d7e0b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ng-template", "displayName": "Angular Language Service", "description": "Editor services for Angular templates", - "version": "19.0.2", + "version": "19.0.3", "publisher": "Angular", "icon": "angular.png", "license": "MIT",