We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.1.1
1 parent 57995a1 commit 11da77bCopy full SHA for 11da77b
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
4
5
+## `v0.1.1`
6
+
7
+### Fixed
8
9
+* Broken link in `README` by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/22>
10
11
+### Documentation
12
13
+* Add badges and license to `README` by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/24>
14
15
## `v0.1.0`
16
17
### Features
package.json
@@ -3,7 +3,7 @@
"displayName": "Vue 3 VS Code Snippets",
"description": "Vue 3 snippets for VS Code",
"icon": "images/vue-logo.png",
- "version": "0.1.0",
+ "version": "0.1.1",
"publisher": "exer7um",
"repository": {
"type": "git",
0 commit comments