From 82d4637c9d8bdd82966acb441c53583147aa89e4 Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Tue, 26 Aug 2025 16:19:41 +0800 Subject: [PATCH] chore(aiCore): bump version to 1.0.0-alpha.9 in package.json --- 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 e44c62a244..7c3f11e661 100644 --- a/packages/aiCore/package.json +++ b/packages/aiCore/package.json @@ -1,6 +1,6 @@ { "name": "@cherrystudio/ai-core", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Cherry Studio AI Core - Unified AI Provider Interface Based on Vercel AI SDK", "main": "dist/index.js", "module": "dist/index.mjs",