Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent cf644d6 commit e496f0e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## v0.8.0

[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.7.0...v0.8.0)

### 🚀 Enhancements

- **Vue:** Add `Suspense` vue-html snippet ([#71](https://github.com/ExEr7um/vue3-vscode-snippets/pull/71))

### 🏡 Chore

- Update dependencies ([cf644d6](https://github.com/ExEr7um/vue3-vscode-snippets/commit/cf644d6))

### ❤️ Contributors

- Vasily Kuzin ([@ExEr7um](http://github.com/ExEr7um))
- Jan Hromádka <[email protected]>

## v0.7.0

[compare changes](https://github.com/ExEr7um/vue3-vscode-snippets/compare/v0.6.0...v0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-3-vscode-snippets",
"displayName": "Vue 3 VS Code Snippets",
"version": "0.7.0",
"version": "0.8.0",
"description": "Vue 3 snippets for VS Code",
"categories": [
"Snippets"
Expand Down

0 comments on commit e496f0e

Please sign in to comment.