We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc95ee commit ec11d15Copy full SHA for ec11d15
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.66.2
4
+
5
+### Fixes
6
7
+- Use `supportHtml` for markdown that just cares about coloring spans for showing issue labels.
8
9
## 0.66.1
10
11
### Fixes
package.json
@@ -23,7 +23,7 @@
23
"shareProvider",
24
"quickDiffProvider"
25
],
26
- "version": "0.66.1",
+ "version": "0.66.2",
27
"publisher": "GitHub",
28
"engines": {
29
"vscode": "^1.79.0"
0 commit comments