Skip to content

Commit 1374be2

Browse files
authored
release: Release v0.3.0 (#36)
* Update version in package.json * Add changelog
1 parent 7660e32 commit 1374be2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## `v0.3.0`
6+
7+
### Features
8+
9+
* Add `Nuxt` SEO composables by @ExEr7um in <https://github.com/ExEr7um/vue3-vscode-snippets/pull/35>
10+
511
## `v0.2.0`
612

713
### Features

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

0 commit comments

Comments
 (0)