From e99b434b2a9253b9420efcaff35d0b8be0192c77 Mon Sep 17 00:00:00 2001 From: anghunk Date: Thu, 12 Feb 2026 10:21:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E9=A1=B9=E7=9B=AE=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E4=BB=8E=200.1.4=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=87=B3=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cwd-admin/package.json | 2 +- cwd-api/package.json | 2 +- docs/widget/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cwd-admin/package.json b/cwd-admin/package.json index dd43a14..82855cb 100644 --- a/cwd-admin/package.json +++ b/cwd-admin/package.json @@ -1,6 +1,6 @@ { "name": "cwd-admin", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "scripts": { "dev": "vite", diff --git a/cwd-api/package.json b/cwd-api/package.json index e7fbf54..27e8a62 100644 --- a/cwd-api/package.json +++ b/cwd-api/package.json @@ -1,6 +1,6 @@ { "name": "cwd-api", - "version": "0.1.4", + "version": "0.1.5", "scripts": { "deploy": "node scripts/index.js && wrangler deploy", "dev": "wrangler dev", diff --git a/docs/widget/package.json b/docs/widget/package.json index 7edb0ea..fe56687 100644 --- a/docs/widget/package.json +++ b/docs/widget/package.json @@ -1,6 +1,6 @@ { "name": "cwd-widget", - "version": "0.1.4", + "version": "0.1.5", "description": "Server-free, extremely fast and secure, plug-and-play commenting system based on Cloudflare Workers and the Global Edge Network.", "type": "module", "author": "anghunk", diff --git a/package.json b/package.json index 91ee765..d7a6e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cwd", - "version": "0.1.4", + "version": "0.1.5", "license": "Apache-2.0", "repository": { "type": "git",