Skip to content

Commit 5e339a4

Browse files
committed
Updated to 0.7.2
1 parent 4060dbf commit 5e339a4

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.7.2
2+
- Fix the way default snippets is handled when we have boolean values [#PR](https://github.com/redhat-developer/yaml-language-server/pull/234)
3+
14
#### 0.7.1
25
- Allow contributor API to contribute multiple schemas for the same file [#PR](https://github.com/redhat-developer/yaml-language-server/pull/227)
36
- Fix issue with arrays in default snippets [#PR](https://github.com/redhat-developer/yaml-language-server/pull/226)

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"license": "MIT",
13-
"version": "0.7.1",
13+
"version": "0.7.2",
1414
"publisher": "redhat",
1515
"preview": true,
1616
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
@@ -173,6 +173,6 @@
173173
"vscode-languageclient": "5.2.1",
174174
"vscode-nls": "^3.2.1",
175175
"vscode-uri": "^2.0.3",
176-
"yaml-language-server": "0.7.1"
176+
"yaml-language-server": "0.7.2"
177177
}
178178
}

0 commit comments

Comments
 (0)