From 82a0a86b2b21194847f7188bbbe58a09e82f2dd4 Mon Sep 17 00:00:00 2001 From: Zhiwei Li <65117011+Levix@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:21:21 +0800 Subject: [PATCH] chore: release v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59749e6..86d194a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-runtime-cdn", "type": "module", - "version": "0.0.0", + "version": "1.0.0", "packageManager": "pnpm@8.12.1", "description": "A Vite plugin that supports runtime CDN configuration.", "author": "Levix",