Skip to content

Commit e5a67a1

Browse files
Merge pull request #954 from redhat-developer/release-1.14.0
Release 1.14.0
2 parents b72e1b7 + 68c0fde commit e5a67a1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 1.14.0
2+
- Fix: Request textDocument/hover failed with message: Invalid regular expression: /(?s).*/: Invalid group [#874](https://github.com/redhat-developer/yaml-language-server/issues/874)
3+
- Fix: nested anyof const [#888](https://github.com/redhat-developer/yaml-language-server/pull/888)
4+
- Fix: Parsing example object as plain string [#889](https://github.com/redhat-developer/yaml-language-server/issues/889)
5+
- Fix: Improve smart select [#307](https://github.com/redhat-developer/vscode-yaml/issues/307)
6+
- Fix: Local YAML schema applied to schema file itself [#894](https://github.com/redhat-developer/vscode-yaml/issues/894)
7+
- Fix: Recursive anchors crash extension [#897](https://github.com/redhat-developer/yaml-language-server/issues/897)
8+
9+
Thanks to [Tony](https://github.com/Legend-Master),[Ace](https://github.com/AceTheCreator) and [PetrSpacek](https://github.com/p-spacek) for your contributions.
110
### 1.13.0
211
- Fix: The default value for keyorder [#859](https://github.com/redhat-developer/yaml-language-server/pull/859)
312
- Fix: older changelog heading levels [#861](https://github.com/redhat-developer/yaml-language-server/pull/861)

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.13.0",
17+
"version": "1.14.0",
1818
"publisher": "redhat",
1919
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
2020
"repository": {

0 commit comments

Comments
 (0)