Skip to content

Commit 2217325

Browse files
committed
CHANGELOG for 0.28.1
Signed-off-by: David Thompson <[email protected]>
1 parent 6c495fa commit 2217325

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.28.1](https://github.com/redhat-developer/vscode-xml/milestone/40?closed=1) (April 9, 2025)
4+
5+
### Bug Fixes
6+
7+
* Prevent validation errors from appearing in `.git` files. See [#1063](https://github.com/redhat-developer/vscode-xml/issues/1063).
8+
* Fix autoindent. See [#1051](https://github.com/redhat-developer/vscode-xml/issues/1051).
9+
* Fix "format selection" changing self-closing tags that are out of range. See [#1059](https://github.com/redhat-developer/vscode-xml/issues/1059).
10+
311
## [0.28.0](https://github.com/redhat-developer/vscode-xml/milestone/39?closed=1) (March 5, 2025)
412

513
### Breaking Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-xml",
33
"displayName": "XML",
44
"description": "XML Language Support by Red Hat",
5-
"version": "0.28.0",
5+
"version": "0.28.1",
66
"author": "Red Hat",
77
"publisher": "redhat",
88
"icon": "icons/icon128.png",
@@ -22,7 +22,7 @@
2222
"SVG"
2323
],
2424
"xmlServer": {
25-
"version": "0.30.0"
25+
"version": "0.30.1"
2626
},
2727
"binaryServerDownloadUrl": {
2828
"linux": "https://github.com/redhat-developer/vscode-xml/releases/download/latest/lemminx-linux.zip",

0 commit comments

Comments
 (0)