diff --git a/CHANGELOG.md b/CHANGELOG.md index 4316961..9b88ea4 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.1` + +### Fixed + +* No comma in `Nuxt SEO` snippets by @ExEr7um in + ## `v0.3.0` ### Features diff --git a/package.json b/package.json index c4e86f9..45301c8 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.3.0", + "version": "0.3.1", "publisher": "exer7um", "repository": { "type": "git",