Skip to content

Commit 8db71a3

Browse files
angelozerrfbricon
authored andcommitted
Changelog for 0.19.1
Signed-off-by: azerr <[email protected]>
1 parent 9a06fc5 commit 8db71a3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

3-
## [0.19.0](https://github.com/eclipse/lemminx/milestone/26?closed=1) (February 14, 2022)
3+
## [0.19.1](https://github.com/redhat-developer/vscode-xml/milestone/27?closed=1) (February 15, 2022)
4+
5+
### Bug Fixes
6+
7+
* Fix endless diagnostic publishing when validation is disabled. See [lemminx#1175](https://github.com/eclipse/lemminx/issues/1175).
8+
9+
## [0.19.0](https://github.com/redhat-developer/vscode-xml/milestone/26?closed=1) (February 14, 2022)
410

511
### Enhancements
612

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dtd"
1717
],
1818
"xmlServer": {
19-
"version": "0.19.0"
19+
"version": "0.19.1"
2020
},
2121
"binaryServerDownloadUrl": {
2222
"linux": "https://download.jboss.org/jbosstools/vscode/snapshots/lemminx-binary/LATEST/lemminx-linux.zip",
@@ -106,7 +106,9 @@
106106
"default": null,
107107
"markdownDescription": "Enable usage data and errors to be sent to Red Hat servers. Read our [privacy statement](https://developers.redhat.com/article/tool-data-collection).",
108108
"scope": "window",
109-
"tags":[ "telemetry" ]
109+
"tags": [
110+
"telemetry"
111+
]
110112
},
111113
"xml.java.home": {
112114
"type": [

0 commit comments

Comments
 (0)