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

Commit b25511b

Browse files
Bump version
1 parent 2840062 commit b25511b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.16.0 - 11.02.2018
2+
* Jump to symbol based on imports. Jump to symbol that has been fully qualified such as `MyModule.myFunction` (by @joeandaverde)
3+
* Fix cursor moving when formatting with elm-format (by @adam77)
4+
* Support elm code syntax highlighting in markdown files (by @kachkaev)
5+
* Snippets improvement (by @andys8)
6+
* Fix `elm.makeCommand` sample path for Windows (by @lukaszgasior)
7+
18
### 0.15.1 - 03.10.2017
29
* added prettier to the project (by @littleStudent)
310
* Fix package installation (by @wolverian)

package.json

Lines changed: 1 addition & 1 deletion
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.15.1",
4+
"version": "0.16.0",
55
"publisher": "sbrink",
66
"author": {
77
"name": "Krzysztof Cieslak"

0 commit comments

Comments
 (0)