Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jun 3, 2017
1 parent db489a8 commit 36a8328
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 0.12.0 - 03.06.2017
* add auto-closing quotes to config
* Changes snippets to 4 space indentation
* Fixes double module name in autocomplete
* Autocomplete handles aliased module names
* Elm-format error as StatusBar instead of ErrorMessage
* Initial implementation of CodeActions (function type annotations, misspelled variable names, types and patterns)
* Implements go to definition for document

### 0.11.2 - 10.05.2017
* Improved Linter so that issues are associated with the correct files
* Fix for elm-oracle being fed entire elm file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elm",
"description": "Elm Language Support for Visual Studio Code",
"version": "0.11.2",
"version": "0.12.0",
"publisher": "sbrink",
"author": {
"name": "Krzysztof Cieslak"
Expand Down

0 comments on commit 36a8328

Please sign in to comment.