Skip to content

Commit 4060dbf

Browse files
committed
Update to 0.7.1
1 parent f34a627 commit 4060dbf

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 0.7.1
2+
- Allow contributor API to contribute multiple schemas for the same file [#PR](https://github.com/redhat-developer/yaml-language-server/pull/227)
3+
- Fix issue with arrays in default snippets [#PR](https://github.com/redhat-developer/yaml-language-server/pull/226)
4+
15
#### 0.7.0
26
- Updates kubernetes schema to 1.17.0 [#Commit](https://github.com/redhat-developer/yaml-language-server/commit/68d0f395ccc12abf9f180fa39ce49b77d52863ad)
37
- Added API for modifiying schemas in memory [#151](https://github.com/redhat-developer/yaml-language-server/issues/151)

package-lock.json

+7-7
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.0",
13+
"version": "0.7.1",
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.0"
176+
"yaml-language-server": "0.7.1"
177177
}
178178
}

0 commit comments

Comments
 (0)