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

Commit 5ffc4b1

Browse files
Bump version - 0.21.0
1 parent 6804020 commit 5ffc4b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 0.21.0 - 30.08.2018
2+
* Set elm-make as default makeCommand for 0.18 and earlier (by @jackfranklin)
3+
* Fix for Elm 0.19, find right project directory (by @norpan)
4+
* Fix linting for errors for Elm 0.18 (by @jackfranklin)
5+
* Changes REPL to use integrated terminal for interactivity (by @hakonrossebo)
6+
* Make compiler errors a little easier to read (by @norpan)
7+
* Separate example code for 0.18 and 0.19 (by @hakonrossebo)
8+
* Fixes to omit Elm Oracle for 0.19 and read elm.json (by @hakonrossebo)
9+
* Using terminal instead of output window to install packages for y/n (by @hakonrossebo)
10+
111
### 0.20.0 - 24.08.2018
212
* Snippets: Let expression indentation (elm-format) (by @andys8)
313
* Add ability to configure elm-package locating. (by @jackfranklin)

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

0 commit comments

Comments
 (0)