From 0bc5e3d24d4ca6dfff22b72f171aa2fbc15627e2 Mon Sep 17 00:00:00 2001 From: suyao Date: Fri, 18 Jul 2025 11:03:32 +0800 Subject: [PATCH] chore: bump @cherrystudio/ai-core version to 1.0.0-alpha.1 --- packages/aiCore/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aiCore/package.json b/packages/aiCore/package.json index 5a05f2e64a..867f6c7cbb 100644 --- a/packages/aiCore/package.json +++ b/packages/aiCore/package.json @@ -1,6 +1,6 @@ { "name": "@cherrystudio/ai-core", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "Cherry Studio AI Core - Unified AI Provider Interface Based on Vercel AI SDK", "main": "dist/index.js", "module": "dist/index.mjs",