Skip to content

Commit 41f3aa2

Browse files
release: v0.5.0
1 parent 0bd9f14 commit 41f3aa2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

5+
## v0.5.0
6+
7+
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.4.1...v0.5.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Use double quotes in `vue` file snippets ([#50](https://github.com/ExEr7um/vue3-vscode-snippets/pull/50))
13+
14+
### ❤️ Contributors
15+
16+
- Henrique Kubenda
17+
518
## v0.4.1
619

720
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.4.0...v0.4.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue 3 VS Code Snippets",
44
"description": "Vue 3 snippets for VS Code",
55
"icon": "images/vue-logo.png",
6-
"version": "0.4.1",
6+
"version": "0.5.0",
77
"publisher": "exer7um",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)