Skip to content

Commit

Permalink
build: cut 19.0.1 vscode extension release (#2107)
Browse files Browse the repository at this point in the history
Cuts a v19.0.1 vscode extension release with a fix for the Angular core
version detection.
  • Loading branch information
devversion authored Nov 8, 2024
1 parent 6692c40 commit ac9a943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 19.0.1

* **fix**: [improve detection of Angular core version in monorepo setup](https://github.com/angular/vscode-ng-language-service/commit/6692c40500cabe7f1fae9cc12e6298946a2e37ee)

# 19.0.0
This release upgrades `@angular/language-service` to v19.0.0-rc.1.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "19.0.0",
"version": "19.0.1",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down

0 comments on commit ac9a943

Please sign in to comment.