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.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jan 7, 2019
1 parent db2ab77 commit 1dcb545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.25.0 - 07.01.2019
* Fix issue with elm module parser using object spread in raw javascript (not transpiled). (by @joeandaverde)
* Fix issue with improperly invaliding old symbols in cache. (by @joeandaverde)
* Fix elm analyse path (by @Razzeee)
* The linter should also respect the module in "Make special path" (by @ccapndave)

### 0.24.0 - 26.11.2018
* Improved Symbol Search / Goto Definition (by @joeandaverde)
* Fix wrong missing compiler error message (by @andys8)
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.24.0",
"version": "0.25.0",
"publisher": "sbrink",
"author": {
"name": "Krzysztof Cieslak"
Expand Down

0 comments on commit 1dcb545

Please sign in to comment.