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

Commit

Permalink
Bump version - 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Aug 30, 2018
1 parent 6804020 commit 5ffc4b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.21.0 - 30.08.2018
* Set elm-make as default makeCommand for 0.18 and earlier (by @jackfranklin)
* Fix for Elm 0.19, find right project directory (by @norpan)
* Fix linting for errors for Elm 0.18 (by @jackfranklin)
* Changes REPL to use integrated terminal for interactivity (by @hakonrossebo)
* Make compiler errors a little easier to read (by @norpan)
* Separate example code for 0.18 and 0.19 (by @hakonrossebo)
* Fixes to omit Elm Oracle for 0.19 and read elm.json (by @hakonrossebo)
* Using terminal instead of output window to install packages for y/n (by @hakonrossebo)

### 0.20.0 - 24.08.2018
* Snippets: Let expression indentation (elm-format) (by @andys8)
* Add ability to configure elm-package locating. (by @jackfranklin)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elm",
"description": "Elm Language Support for Visual Studio Code",
"version": "0.20.0",
"version": "0.21.0",
"publisher": "sbrink",
"author": {
"name": "Krzysztof Cieslak"
Expand Down

0 comments on commit 5ffc4b1

Please sign in to comment.