File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the "vue3-vscode-snippets" extension will be documented in this file.
4
4
5
+ ## v0.6.0
6
+
7
+ [ compare changes] ( https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.5.1...v0.6.0 )
8
+
9
+ ### 🚀 Enhancements
10
+
11
+ - Add ` withDefaults ` snippet for ` defineProps ` ([ #58 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/58 ) )
12
+ - Add ` ref ` with generic type argument ([ #59 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/59 ) )
13
+
14
+ ### 📖 Documentation
15
+
16
+ - Format tables in ` README ` ([ #60 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/60 ) )
17
+
18
+ ### 🏡 Chore
19
+
20
+ - Update contributors ([ #61 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/61 ) )
21
+
22
+ ### ❤️ Contributors
23
+
24
+ - Vasily Kuzin ([ @ExEr7um ] ( http://github.com/ExEr7um ) )
25
+ - Fabian
26
+
5
27
## v0.5.1
6
28
7
29
[ compare changes] ( https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.5.0...v0.5.1 )
Original file line number Diff line number Diff line change 3
3
"displayName" : " Vue 3 VS Code Snippets" ,
4
4
"description" : " Vue 3 snippets for VS Code" ,
5
5
"icon" : " images/vue-logo.png" ,
6
- "version" : " 0.5.1 " ,
6
+ "version" : " 0.6.0 " ,
7
7
"publisher" : " exer7um" ,
8
8
"repository" : {
9
9
"type" : " git" ,
150
150
}
151
151
]
152
152
}
153
- }
153
+ }
You can’t perform that action at this time.
0 commit comments