diff --git a/CHANGELOG.md b/CHANGELOG.md index 026aee3e..3c20e0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### 1.19.1 +- Fix: Revert change that modified user settings on each launch [#1157](https://github.com/redhat-developer/vscode-yaml/issues/1157) +- 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) +- Fix: Support `yaml-textmate` and `yaml-tmlanguage` languages [#1132](https://github.com/redhat-developer/yaml-language-server/pull/1132) +- Docs: Remove '\n' in README.md [#1068](https://github.com/redhat-developer/yaml-language-server/pull/1068) +- Docs: Mention Kate as client [#1122](https://github.com/redhat-developer/yaml-language-server/pull/1122) +- Build: Publish prereleases [#1155](https://github.com/redhat-developer/vscode-yaml/issues/1155) + +Thanks to [roc](https://github.com/imroc), [Arunvenmany](https://github.com/arunvenmany-ibm), +[Niels Thykier](https://github.com/nthykier), and [RedCMD](https://github.com/RedCMD) for your contributions. + ### 1.19.0 - Feat: Support formatting docker-compose.yml by default [#1071](https://github.com/redhat-developer/yaml-language-server/issues/1071) - Feat: Support statically registering format support [#1062](https://github.com/redhat-developer/yaml-language-server/pull/1062) diff --git a/package-lock.json b/package-lock.json index 58e78c9c..b4349132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-yaml", - "version": "1.20.0", + "version": "1.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-yaml", - "version": "1.20.0", + "version": "1.19.1", "license": "MIT", "dependencies": { "@redhat-developer/vscode-redhat-telemetry": "^0.8.0", diff --git a/package.json b/package.json index 7cbf21a5..d70823e3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ } ], "license": "MIT", - "version": "1.20.0", + "version": "1.19.1", "publisher": "redhat", "bugs": "https://github.com/redhat-developer/vscode-yaml/issues", "repository": {