diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1aca1..4316961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## `v0.2.0` ### Features diff --git a/package.json b/package.json index 2e43a9a..c4e86f9 100644 --- a/package.json +++ b/package.json @@ -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",