From bf25c74076716a10a9f540b82ed1c6ee44ac05d9 Mon Sep 17 00:00:00 2001 From: phondani0 Date: Sun, 11 Aug 2024 19:11:31 +0530 Subject: [PATCH] fix: bump package.json version to 0.0.1 to enable semantic release automation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bbd6cf..8cc72fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vite-serve", "displayName": "Vite Serve", "description": "An extension designed to streamline your React development workflow by starting your existing projects with Vite with no extra configuration.", - "version": "1.0.0", + "version": "0.0.1", "publisher": "phondani0", "engines": { "vscode": "^1.8.0"