From 1dcb545cba90dac697ff9135b0f9aea78237d4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Mon, 7 Jan 2019 12:24:39 +0100 Subject: [PATCH] Bump version - 0.25.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7824662..d86dd0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 33f5cfd..d33031b 100644 --- a/package.json +++ b/package.json @@ -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"