Skip to content

Commit 2cbe942

Browse files
atscottthePunderWoman
authored andcommitted
docs: bump VSCode extension version to 21.0.0
cherrypick notes into main (and version bump)
1 parent ce98cc7 commit 2cbe942

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

vscode-ng-language-service/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 21.0.0 (2025-11-18)
2+
3+
- fix(language-service): address potential memory leak during project creation (89095946cf)[https://github.com/angular/angular/commit/89095946cff051c5613b8f54ec722d08cd47c709]
4+
- fix(language-server): fix directory renaming on Windows (3f7111a9c3)[https://github.com/angular/angular/commit/3f7111a9c38c6fd00af705a3045f2909f47b505b]
5+
16
# 20.3.3
27

38
| Commit | Type | Description |

vscode-ng-language-service/package.json

Lines changed: 2 additions & 2 deletions
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": "20.3.3",
5+
"version": "21.0.0",
66
"private": true,
77
"publisher": "Angular",
88
"icon": "angular.png",
@@ -288,4 +288,4 @@
288288
"url": "https://github.com/angular/angular.git",
289289
"directory": "vscode-ng-language-service"
290290
}
291-
}
291+
}

0 commit comments

Comments
 (0)