From ef8245259ac808c1517b16be064f9663a879d86d Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 23 Jul 2017 19:52:45 +0200 Subject: [PATCH] Bump to 0.21.2 + icon fix & changelog update --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d5fb8..818a0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.21.0 / 0.21.1 / 0.21.2 + +(0.21.2 is pushed without changes to hopefully fix vscode installation) + +Several fixes to variable pretty printers by @gentoo90 +Enabled breakpoints for crystal (@faustinoaq) + # 0.20.0 Added support for pretty printers in variable list (by @gentoo90), enable diff --git a/package.json b/package.json index 3ae2aa3..3c333f0 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "native", "debug" ], - "version": "0.21.1", + "version": "0.21.2", "publisher": "webfreak", - "icon": "images/icon-plain.svg", + "icon": "images/icon.png", "engines": { "vscode": "^1.8.0" },