Skip to content

Commit c2b4155

Browse files
committed
version 0.1.12
1 parent 2decc3e commit c2b4155

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ As shown in the table below, snippet `vmData` has body like `${this, vm}.$data`
183183
[vue-syntax-highlight (vue.tmLanguage)](https://github.com/vuejs/vue-syntax-highlight/blob/master/vue.tmLanguage)
184184

185185
--------------------------------------
186+
##### 2020/07/27 (0.1.12)
187+
* Add snippets and fix bugs
188+
186189
##### 2019/01/27 (0.1.11)
187190
* Fix snippets
188191

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"icon": "img/logo.png",
77
"description": "A Vue.js 2 Extension",
88
"license": "MIT",
9-
"version": "0.1.11",
9+
"version": "0.1.12",
1010
"engines": {
1111
"vscode": "^1.5.0"
1212
},

0 commit comments

Comments
 (0)