From ba6c95556b844a7b75b1847e275f674297c7d2d5 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Mon, 22 May 2023 19:05:35 +0530 Subject: [PATCH] updated changelog.md for release 1.13.0 Signed-off-by: msivasubramaniaan --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f38d62..732c8114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.13.0 +- Fix: The default value for keyorder [#859](https://github.com/redhat-developer/yaml-language-server/pull/859) +- Fix: older changelog heading levels [#861](https://github.com/redhat-developer/yaml-language-server/pull/861) +- Fix: hover behavior when indentation not set [#863](https://github.com/redhat-developer/yaml-language-server/pull/863) +- Add: Run sarif seperately [#866](https://github.com/redhat-developer/yaml-language-server/pull/866) +- Fix: Formatting YAML file inserts ternary operators [#255](https://github.com/redhat-developer/vscode-yaml/issues/255) +- Fix: Mark settings readonly [#868](https://github.com/redhat-developer/yaml-language-server/pull/868) + +Thanks to [Kasama](https://github.com/Kasama) ### 1.12.2 - Add: Enable telemetry in Web extension [#903](https://github.com/redhat-developer/vscode-yaml/pull/903) - Fix: Extension crashing remote extensions host Error: ENOENT: no such file or directory, lstat 'tasks' [#904](https://github.com/redhat-developer/vscode-yaml/issues/904) diff --git a/package.json b/package.json index 6e024b9d..30e7cf3f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ } ], "license": "MIT", - "version": "1.12.0", + "version": "1.13.0", "publisher": "redhat", "bugs": "https://github.com/redhat-developer/vscode-yaml/issues", "repository": {