From 6c1fca69dc1e315943660eca5f190fdfc9b7480c Mon Sep 17 00:00:00 2001 From: Hooray Hu <304327508@qq.com> Date: Thu, 4 Jan 2024 23:38:03 +0800 Subject: [PATCH] chore: release v4.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4dd2a58a..ee9c90cfb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "4.3.0", + "version": "4.4.0", "scripts": { "dev": "vite", "build": "vue-tsc && vite build",