Skip to content

Commit

Permalink
release: v11.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed Mar 4, 2021
1 parent 4d9ef09 commit 6f924b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v11.2.5

This release contains a few performance improvements.

Bug fixes:
- do not load plugins except @angular/language-service
- turn off logging by default
- do not watch directories in google3

# v11.2.4

This release upgrades `@angular/language-service` to v11.2.4.
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": "11.2.4",
"version": "11.2.5",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular/language-server",
"description": "LSP server for Angular Language Service",
"version": "11.2.4",
"version": "11.2.5",
"repository": {
"type": "git",
"url": "https://github.com/angular/vscode-ng-language-service.git"
Expand Down

0 comments on commit 6f924b2

Please sign in to comment.