Skip to content

Commit

Permalink
Updated to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JPinkney committed Nov 28, 2017
1 parent c9293d2 commit 5eb6aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.0.7
- Added validation toggle in settings [#20](https://github.com/redhat-developer/yaml-language-server/issues/20)
- YAML Schemas are pulled from JSON Schema Store [#15](https://github.com/redhat-developer/yaml-language-server/issues/15)
- YAML Diagnostics throw on a single line instead of the entire file [#19](https://github.com/redhat-developer/yaml-language-server/issues/19)
- Fix for getNodeFromOffset [#18](https://github.com/redhat-developer/yaml-language-server/issues/18)

#### 0.0.6
- Hotfix for making multiple schemas in the settings work again

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"license": "MIT",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "redhat",
"preview": true,
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
Expand Down Expand Up @@ -80,6 +80,6 @@
"dependencies": {
"vscode-languageclient": "3.2.0",
"vscode-nls": "^2.0.2",
"yaml-language-server": "0.0.6"
"yaml-language-server": "0.0.7"
}
}

0 comments on commit 5eb6aa7

Please sign in to comment.