Skip to content

Commit 6258e6b

Browse files
author
Keen Yee Liau
committed
release: v11.2.7
1 parent 872e710 commit 6258e6b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v11.2.7
2+
3+
This release reverts the following commits due to [#1198](https://github.com/angular/vscode-ng-language-service/issues/1198):
4+
5+
- perf: prevent requests from being sent to the server when outside Angular context (fcbdf938e)
6+
- build: Switch to esbuild instead of rollup for the client and banner (27ccba8d0)
7+
18
# v11.2.6
29

310
This release upgrades `@angular/language-service` to v11.2.5.

package.json

Lines changed: 1 addition & 1 deletion
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": "11.2.6",
5+
"version": "11.2.7",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular/language-server",
33
"description": "LSP server for Angular Language Service",
4-
"version": "11.2.6",
4+
"version": "11.2.7",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/angular/vscode-ng-language-service.git"
@@ -23,4 +23,4 @@
2323
"publishConfig": {
2424
"registry": "https://wombat-dressing-room.appspot.com"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)