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

Commit a19b1b4

Browse files
Bump version
1 parent 5d14ef1 commit a19b1b4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.17.0 - 26.04.2018
2+
* Limiting workspace symbols and linting to local files (by @lostintangent)
3+
* Fixed issue with elm-make and spaces in paths (by @Arbyy)
4+
* Fix error message not clearing when formatting with elm-format (by @adam77)
5+
* Make folding not eat up empty lines (by @szabba)
6+
17
### 0.16.0 - 11.02.2018
28
* Jump to symbol based on imports. Jump to symbol that has been fully qualified such as `MyModule.myFunction` (by @joeandaverde)
39
* Fix cursor moving when formatting with elm-format (by @adam77)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elm",
33
"description": "Elm Language Support for Visual Studio Code",
4-
"version": "0.16.0",
4+
"version": "0.17.0",
55
"publisher": "sbrink",
66
"author": {
77
"name": "Krzysztof Cieslak"
@@ -309,4 +309,4 @@
309309
"vscode-uri": "^1.0.0",
310310
"ws": "^3.0.0"
311311
}
312-
}
312+
}

0 commit comments

Comments
 (0)