From 03a4366b068bf20c94f9635e528dc6f0a46cb6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Fri, 27 Jul 2018 22:08:07 +0200 Subject: [PATCH] Bump version - 0.19.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f2c66..93734a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.19.0 - 27.07.2018 +* Snippets: Add todo comment snippet (by @andys8) +* Refactoring diagnostic init for LS (by @lostintangent) +* Grammar updates (by @mdgriffith) +* Compilable Msg placeholder in HTML.program snippet (by @milesfrain) +* Info about editor.formatOnSaveTimeout on Windows (by @rofrol) + ### 0.18.0 - 22.05.2018 * Make linting work again with elm-analyse 0.14.2 (by @Yarith) * Handle formatSelection the same as formatDocument (by @milesfrain) diff --git a/package.json b/package.json index 90bd4a0..aae5618 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "elm", "description": "Elm Language Support for Visual Studio Code", - "version": "0.18.0", + "version": "0.19.0", "publisher": "sbrink", "author": { "name": "Krzysztof Cieslak"