We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23337f commit 48c0cfeCopy full SHA for 48c0cfe
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.2.0]
6
+
7
- Change displayName / description
8
- Add GIF animation to README
9
- Support snippet placed deeper indent
package.json
@@ -2,7 +2,7 @@
"name": "vscode-markdown-run-snippet",
"displayName": "Run Snippets in Markdown",
"description": "Run code block inside your markdown file",
- "version": "0.1.1",
+ "version": "0.2.0",
"publisher": "statiolake",
"engines": {
"vscode": "^1.21.0"
0 commit comments