Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## `v0.3.0`

### Features

* Add `Nuxt` SEO composables by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/35>

## `v0.2.0`

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vue 3 VS Code Snippets",
"description": "Vue 3 snippets for VS Code",
"icon": "images/vue-logo.png",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "exer7um",
"repository": {
"type": "git",
Expand Down