Skip to content

Commit a431ceb

Browse files
committed
🚩 increment version
1 parent 6d0106e commit a431ceb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44

5+
## 2.2.0
6+
7+
- Add in Nuxt axios module
8+
- Fix bug in emit- wrong snippet area
9+
- Update TS reference
10+
- Fix typo in README
11+
512
## 2.1.5
613

714
- Fix bug: fix dollar signs in emit

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
55
"icon": "images/vue-logo.png",
6-
"version": "2.1.5",
6+
"version": "2.2.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"
@@ -30,7 +30,8 @@
3030
"Snippets"
3131
],
3232
"contributes": {
33-
"snippets": [{
33+
"snippets": [
34+
{
3435
"language": "vue",
3536
"path": "./snippets/vue.json"
3637
},
@@ -84,4 +85,4 @@
8485
}
8586
]
8687
}
87-
}
88+
}

0 commit comments

Comments
 (0)