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

Commit 1fe973f

Browse files
Bump version - 0.20.0
1 parent a07b465 commit 1fe973f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.20.0 - 24.08.2018
2+
* Snippets: Let expression indentation (elm-format) (by @andys8)
3+
* Add ability to configure elm-package locating. (by @jackfranklin)
4+
* Syntax Polish (by @mdgriffith)
5+
* Elm 0.19 update (by @hakonrossebo and @7sharp9)
6+
17
### 0.19.0 - 27.07.2018
28
* Snippets: Add todo comment snippet (by @andys8)
39
* Refactoring diagnostic init for LS (by @lostintangent)

package.json

+1-1
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.19.0",
4+
"version": "0.20.0",
55
"publisher": "sbrink",
66
"author": {
77
"name": "Krzysztof Cieslak"

0 commit comments

Comments
 (0)