Skip to content

Commit 42d537d

Browse files
author
Keen Yee Liau
committed
release: v0.1100.1
1 parent 54c528e commit 42d537d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# v0.1100.1
2+
3+
This release upgrades `@angular/language-service` to v11.0.1.
4+
5+
For a complete change log see [here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1101-2020-11-18).
6+
17
# v0.1100.0
28

39
This release upgrades `@angular/language-service` to v11.0.0.
410

5-
For a complete change log see [here](https://github.com/angular/angular/blob/11.0.x/CHANGELOG.md#1100-2020-11-11).
11+
For a complete change log see [here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1100-2020-11-11).
612

713
Bug fixes:
814
- LS not showing existing diagnotics on file open (#966)

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": "0.1100.0",
5+
"version": "0.1100.1",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",

server/package.json

Lines changed: 1 addition & 1 deletion
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": "0.1100.0",
4+
"version": "0.1100.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/angular/vscode-ng-language-service.git"

0 commit comments

Comments
 (0)