We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.3.1
1 parent 4890963 commit d688824Copy full SHA for d688824
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
4
5
+## `v0.3.1`
6
+
7
+### Fixed
8
9
+* No comma in `Nuxt SEO` snippets by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/38>
10
11
## `v0.3.0`
12
13
### 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.3.0",
+ "version": "0.3.1",
"publisher": "exer7um",
"repository": {
"type": "git",
0 commit comments