From fb6f8f705b209f49b5085afd546bab969075add9 Mon Sep 17 00:00:00 2001 From: Adham Farrag Date: Fri, 12 Jan 2024 12:28:44 +0800 Subject: [PATCH] chore(release): 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3f1905..e603365 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nuxt-vscode-extentions", "displayName": "Nuxt Extension Pack", "description": "A collection of extensions for working with Nuxt/Vue 3 Framework in VS Code.", - "version": "0.0.4", + "version": "0.0.5", "engines": { "vscode": "^1.82.0" },