Skip to content

Commit a20beae

Browse files
release: v0.7.0
1 parent 34d7a28 commit a20beae

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

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

5+
## v0.7.0
6+
7+
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.6.0...v0.7.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **Vitest:** Add function to Vitest `todo` snippets ([#66](https://github.com/ExEr7um/vue3-vscode-snippets/pull/66))
12+
- **Vitest:** Add base Vitest snippets ([#67](https://github.com/ExEr7um/vue3-vscode-snippets/pull/67))
13+
14+
### 🩹 Fixes
15+
16+
- **Vitest:** ⚠️ Remove config snippets ([dd5410c](https://github.com/ExEr7um/vue3-vscode-snippets/commit/dd5410c))
17+
18+
### 🏡 Chore
19+
20+
- Setup Prettier ([71525f2](https://github.com/ExEr7um/vue3-vscode-snippets/commit/71525f2))
21+
- Setup ESLint ([4ac649a](https://github.com/ExEr7um/vue3-vscode-snippets/commit/4ac649a))
22+
- Remove unused `release.yml` file ([33fe21f](https://github.com/ExEr7um/vue3-vscode-snippets/commit/33fe21f))
23+
- Migrate to `ExEr7um/workflows` for CI ([#65](https://github.com/ExEr7um/vue3-vscode-snippets/pull/65))
24+
- Add `scopeMap` to Changelogen config ([4587bff](https://github.com/ExEr7um/vue3-vscode-snippets/commit/4587bff))
25+
- Setup pre-commit hooks ([b8d5d39](https://github.com/ExEr7um/vue3-vscode-snippets/commit/b8d5d39))
26+
- Setup CI ([#68](https://github.com/ExEr7um/vue3-vscode-snippets/pull/68))
27+
- Setup semantic PR title check ([#69](https://github.com/ExEr7um/vue3-vscode-snippets/pull/69))
28+
29+
#### ⚠️ Breaking Changes
30+
31+
- **Vitest:** ⚠️ Remove config snippets ([dd5410c](https://github.com/ExEr7um/vue3-vscode-snippets/commit/dd5410c))
32+
33+
### ❤️ Contributors
34+
35+
- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um))
36+
537
## v0.6.0
638

739
[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.5.1...v0.6.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-3-vscode-snippets",
33
"displayName": "Vue 3 VS Code Snippets",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"description": "Vue 3 snippets for VS Code",
66
"categories": [
77
"Snippets"

0 commit comments

Comments
 (0)