Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3775a98

Browse filesBrowse files
release: v0.4.0
1 parent 5af7c5a commit 3775a98
Copy full SHA for 3775a98

File tree

Expand file treeCollapse file tree

2 files changed

+21
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+21
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

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+
524
## `v0.3.1`
625

726
### Fixed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
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.3.1",
6+
"version": "0.4.0",
77
"publisher": "exer7um",
88
"repository": {
99
"type": "git",
@@ -145,4 +145,4 @@
145145
}
146146
]
147147
}
148-
}
148+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.