Skip to content

Commit

Permalink
Merge pull request #7 from adamvoss/updateDependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
adamvoss authored Jul 15, 2017
2 parents 13a1c72 + 9e830dc commit 45fea57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.0.6
- Update **yaml-ast-parser** to [0.0.34](https://github.com/mulesoft-labs/yaml-ast-parser/releases/tag/0.0.34).
- Some parsing warnings will now correctly display as warnings instead of errors.
- Warning is now issued when using tabs in a YAML document.
- Corrects false error when a document ends with the [end of document marker](www.yaml.org/spec/1.2/spec.html#id2760395) (`...`).
- Update **vscode-json-languageservice** to current latest ([1a4e783](https://github.com/Microsoft/vscode-json-languageservice/tree/1a4e783f899825c83fb02fe5bf57daec5ea7993c)).

## 0.0.5
- Add support for anchor references.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yaml",
"displayName": "YAML",
"description": "YAML for Visual Studio Code",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "adamvoss",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 45fea57

Please sign in to comment.