File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v0.900.9
2
+
3
+ This release upgrades ` @angular/language-service ` to v9.0.0-rc.13.
4
+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#900-rc13-2020-02-01 ) .
5
+
6
+ Bug fixes:
7
+ - more accurate and specific binding scopes (#598 )
8
+ - check that a language service exists for discovered projects (#562 )
9
+
1
10
# v0.900.8
2
11
3
12
This release upgrades ` @angular/language-service ` to v9.0.0-rc.12.
Original file line number Diff line number Diff line change 2
2
"name" : " ng-template" ,
3
3
"displayName" : " Angular Language Service" ,
4
4
"description" : " Editor services for Angular templates" ,
5
- "version" : " 0.900.8 " ,
5
+ "version" : " 0.900.9 " ,
6
6
"publisher" : " Angular" ,
7
7
"icon" : " angular.png" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/language-server" ,
3
3
"description" : " LSP server for Angular Language Service" ,
4
- "version" : " 0.900.8 " ,
4
+ "version" : " 0.900.9 " ,
5
5
"author" : " Angular" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments