Skip to content

Commit ac9a943

Browse files
authored
build: cut 19.0.1 vscode extension release (#2107)
Cuts a v19.0.1 vscode extension release with a fix for the Angular core version detection.
1 parent 6692c40 commit ac9a943

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 19.0.1
2+
3+
* **fix**: [improve detection of Angular core version in monorepo setup](https://github.com/angular/vscode-ng-language-service/commit/6692c40500cabe7f1fae9cc12e6298946a2e37ee)
4+
15
# 19.0.0
26
This release upgrades `@angular/language-service` to v19.0.0-rc.1.
37

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-template",
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
5-
"version": "19.0.0",
5+
"version": "19.0.1",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)