From 259cf7f2d858879686bdbdc290f57638ed47f655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=AE=E7=94=9F=EF=BC=88=E5=AD=90=E8=99=9A=EF=BC=89?= <2234839456@qq.com> Date: Sun, 26 Jul 2026 10:23:47 +0800 Subject: [PATCH] chore: bump version to 1.9.3 Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 890024d..8b82348 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webfont", "private": true, - "version": "1.9.2", + "version": "1.9.3", "type": "module", "scripts": { "dev": "pnpx tsx scripts/dev-all.ts", @@ -34,4 +34,4 @@ "vitest": "^4.1.10", "vue": "3.6.0-beta.17" } -} \ No newline at end of file +}