Skip to content

Commit f87d343

Browse files
committed
CHANGELOG for 1.19.1
Signed-off-by: David Thompson <[email protected]>
1 parent c802997 commit f87d343

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.19.1
2+
- Fix: Revert change that modified user settings on each launch [#1157](https://github.com/redhat-developer/vscode-yaml/issues/1157)
3+
- Fix: QuickFix to replace value with integer/number appears blank and doesn't work [#1116](https://github.com/redhat-developer/yaml-language-server/issues/1116)
4+
- Fix: Support `yaml-textmate` and `yaml-tmlanguage` languages [#1132](https://github.com/redhat-developer/yaml-language-server/pull/1132)
5+
- Docs: Remove '\n' in README.md [#1068](https://github.com/redhat-developer/yaml-language-server/pull/1068)
6+
- Docs: Mention Kate as client [#1122](https://github.com/redhat-developer/yaml-language-server/pull/1122)
7+
- Build: Publish prereleases [#1155](https://github.com/redhat-developer/vscode-yaml/issues/1155)
8+
9+
Thanks to [roc](https://github.com/imroc), [Arunvenmany](https://github.com/arunvenmany-ibm),
10+
[Niels Thykier](https://github.com/nthykier), and [RedCMD](https://github.com/RedCMD) for your contributions.
11+
112
### 1.19.0
213
- Feat: Support formatting docker-compose.yml by default [#1071](https://github.com/redhat-developer/yaml-language-server/issues/1071)
314
- Feat: Support statically registering format support [#1062](https://github.com/redhat-developer/yaml-language-server/pull/1062)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"license": "MIT",
17-
"version": "1.20.0",
17+
"version": "1.19.1",
1818
"publisher": "redhat",
1919
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
2020
"repository": {

0 commit comments

Comments
 (0)