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" },