We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b526e04 commit b83c7afCopy full SHA for b83c7af
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to the "vue-vscode-snippets" extension will be documented in
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## 1.8.0
8
+
9
+- New snippet: Vue router
10
+- New snippet: vbase without scss
11
12
## 1.7.1
13
14
- Make simpler action
package.json
@@ -3,7 +3,7 @@
3
"displayName": "Vue VSCode Snippets",
"description": "Snippets that will supercharge your Vue workflow",
"icon": "images/vue-logo.png",
- "version": "1.7.1",
+ "version": "1.8.0",
"publisher": "sdras",
"engines": {
"vscode": "^1.14.0"
0 commit comments