File tree 2 files changed +21
-2
lines changed
2 files changed +21
-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.4.0
6
+
7
+ [ compare changes] ( https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.3.1...v0.4.0 )
8
+
9
+
10
+ ### 🚀 Enhancements
11
+
12
+ - Update ` defineEmits ` to Vue 3.3 syntax ([ #43 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/43 ) )
13
+ - Add ` Vitest ` snippets ([ #44 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/44 ) )
14
+ - Add Vue 3.3 snippets ([ #45 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/45 ) )
15
+
16
+ ### 🏡 Chore
17
+
18
+ - New release flow ([ #46 ] ( https://github.com/ExEr7um/vue3-vscode-snippets/pull/46 ) )
19
+
20
+ ### ❤️ Contributors
21
+
22
+ - Vasily Kuzin ([ @ExEr7um ] ( http://github.com/ExEr7um ) )
23
+
5
24
## ` v0.3.1 `
6
25
7
26
### Fixed
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.3.1 " ,
6
+ "version" : " 0.4.0 " ,
7
7
"publisher" : " exer7um" ,
8
8
"repository" : {
9
9
"type" : " git" ,
145
145
}
146
146
]
147
147
}
148
- }
148
+ }
You can’t perform that action at this time.
0 commit comments