Skip to content

Commit ef82452

Browse files
author
WebFreak001
committed
Bump to 0.21.2 + icon fix & changelog update
1 parent cdf7211 commit ef82452

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.21.0 / 0.21.1 / 0.21.2
2+
3+
(0.21.2 is pushed without changes to hopefully fix vscode installation)
4+
5+
Several fixes to variable pretty printers by @gentoo90
6+
Enabled breakpoints for crystal (@faustinoaq)
7+
18
# 0.20.0
29

310
Added support for pretty printers in variable list (by @gentoo90), enable

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"native",
1010
"debug"
1111
],
12-
"version": "0.21.1",
12+
"version": "0.21.2",
1313
"publisher": "webfreak",
14-
"icon": "images/icon-plain.svg",
14+
"icon": "images/icon.png",
1515
"engines": {
1616
"vscode": "^1.8.0"
1717
},

0 commit comments

Comments
 (0)