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 Apr 26, 2018
1 parent 5d14ef1 commit a19b1b4
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.17.0 - 26.04.2018
* Limiting workspace symbols and linting to local files (by @lostintangent)
* Fixed issue with elm-make and spaces in paths (by @Arbyy)
* Fix error message not clearing when formatting with elm-format (by @adam77)
* Make folding not eat up empty lines (by @szabba)

### 0.16.0 - 11.02.2018
* Jump to symbol based on imports. Jump to symbol that has been fully qualified such as `MyModule.myFunction` (by @joeandaverde)
* Fix cursor moving when formatting with elm-format (by @adam77)
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0",
"version": "0.17.0",
"publisher": "sbrink",
"author": {
"name": "Krzysztof Cieslak"
Expand Down Expand Up @@ -309,4 +309,4 @@
"vscode-uri": "^1.0.0",
"ws": "^3.0.0"
}
}
}

0 comments on commit a19b1b4

Please sign in to comment.