From 7fe16e6b8cd5504f5b2cd498e0366431015a8ff1 Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Sun, 5 Mar 2023 20:45:50 +0300 Subject: [PATCH 1/2] Update version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 299f895c5b48e19ae7728c87c853eea53a22439f Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Sun, 5 Mar 2023 20:46:08 +0300 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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