Skip to content

Commit 2bc1c60

Browse files
release: v0.5.1
1 parent 5b22966 commit 2bc1c60

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## v0.5.1
6+
7+
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.5.0...v0.5.1)
8+
9+
### 🩹 Fixes
10+
11+
- Missing `const` in `defineEmits` ([#56](https://github.com/ExEr7um/vue3-vscode-snippets/pull/56))
12+
- Missing `definePageMeta` snippet ([#57](https://github.com/ExEr7um/vue3-vscode-snippets/pull/57))
13+
14+
### 📖 Documentation
15+
16+
- Add badges of technologies to `README` ([#52](https://github.com/ExEr7um/vue3-vscode-snippets/pull/52))
17+
18+
### ❤️ Contributors
19+
20+
- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um))
21+
522
## v0.5.0
623

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

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.5.0",
6+
"version": "0.5.1",
77
"publisher": "exer7um",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)