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

Commit 67b678b

Browse files
Bump version - 0.22.0
1 parent 6c82fdb commit 67b678b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.22.0 - 01.10.2018
2+
* Fix a 0.18 elm-make configuration bug and support elm-format for 0.18 and 0.19 (by @hakonrossebo)
3+
* Setting and logic to disable linting (by @hakonrossebo)
4+
* Adds external package "oracle"-support for Elm 0.19 (by @r1sc)
5+
* Handle breaking change in elm-format (by @hakonrossebo)
6+
17
### 0.21.0 - 30.08.2018
28
* Set elm-make as default makeCommand for 0.18 and earlier (by @jackfranklin)
39
* Fix for Elm 0.19, find right project directory (by @norpan)

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

0 commit comments

Comments
 (0)