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

Commit 1dcb545

Browse files
Bump version - 0.25.0
1 parent db2ab77 commit 1dcb545

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.25.0 - 07.01.2019
2+
* Fix issue with elm module parser using object spread in raw javascript (not transpiled). (by @joeandaverde)
3+
* Fix issue with improperly invaliding old symbols in cache. (by @joeandaverde)
4+
* Fix elm analyse path (by @Razzeee)
5+
* The linter should also respect the module in "Make special path" (by @ccapndave)
6+
17
### 0.24.0 - 26.11.2018
28
* Improved Symbol Search / Goto Definition (by @joeandaverde)
39
* Fix wrong missing compiler error message (by @andys8)

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

0 commit comments

Comments
 (0)