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

Commit d159927

Browse files
Bump version - 0.24.0
1 parent 7e73fdf commit d159927

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.24.0 - 26.11.2018
2+
* Improved Symbol Search / Goto Definition (by @joeandaverde)
3+
* Fix wrong missing compiler error message (by @andys8)
4+
* Check isTestFile before normalizing path on windows (by @Krzysztof-Cieslak)
5+
16
### 0.23.0 - 19.11.2018
27
* corrected a spelling error (by @WEBhicham)
38
* Replace inefficient regex to locate imports with simpler regex (by @joeandaverde)

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

0 commit comments

Comments
 (0)