Skip to content

Commit b85ba4a

Browse files
committed
Updated to 0.0.15
1 parent bcd360c commit b85ba4a

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 0.0.15
2+
3+
- Fix handling scenario of multiple documents in single yaml file [#81](https://github.com/redhat-developer/yaml-language-server/commit/38da50092285aa499930d0e95fbbd7960b37b670)
4+
- Support associate schemas with files in a regular expression [#Commit](https://github.com/redhat-developer/yaml-language-server/commit/d4a05e3dd72f55c53f1b0325c521a58f688839c9)
5+
16
#### 0.0.14
27

38
- Fixed strange behaviour of formatter [#90](https://github.com/redhat-developer/vscode-yaml/issues/90)

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"license": "MIT",
13-
"version": "0.0.14",
13+
"version": "0.0.15",
1414
"publisher": "redhat",
1515
"preview": true,
1616
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
@@ -131,6 +131,6 @@
131131
"vscode-languageclient": "3.5.1",
132132
"vscode-nls": "^3.2.1",
133133
"vscode-uri": "^1.0.3",
134-
"yaml-language-server": "0.0.17"
134+
"yaml-language-server": "0.0.18"
135135
}
136136
}

0 commit comments

Comments
 (0)