We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1318ac7 commit 87b7ab1Copy full SHA for 87b7ab1
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
4
5
+## 2.2.1
6
+
7
+- remove name of package for composition api now that we're at vue 3
8
9
## 2.2.0
10
11
- Add in Nuxt axios module
package.json
@@ -3,7 +3,7 @@
"displayName": "Vue VSCode Snippets",
"description": "Snippets that will supercharge your Vue workflow",
"icon": "images/vue-logo.png",
- "version": "2.2.0",
+ "version": "2.2.1",
"publisher": "sdras",
"engines": {
"vscode": "^1.14.0"
0 commit comments