Skip to content

Commit

Permalink
Merge pull request #935 from redhat-developer/release-1.13.0
Browse files Browse the repository at this point in the history
updated changelog.md for release 1.13.0
  • Loading branch information
msivasubramaniaan committed May 22, 2023
2 parents 268fef3 + ba6c955 commit cbe218e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit cbe218e

Please sign in to comment.