Skip to content

Commit 8ed1bf6

Browse files
release: v0.4.1
1 parent 76aa772 commit 8ed1bf6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: 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.4.1
6+
7+
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.4.0...v0.4.1)
8+
9+
10+
### 🩹 Fixes
11+
12+
- Wrong parenthesis placement in Vitest snippets ([#48](https://github.com/ExEr7um/vue3-vscode-snippets/pull/48))
13+
14+
### ❤️ Contributors
15+
16+
- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um))
17+
518
## v0.4.0
619

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

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

0 commit comments

Comments
 (0)