diff --git a/CHANGELOG.md b/CHANGELOG.md index d7beaab02..beef4b722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [4.0.12] - 2026-04-24 + +### 变更 + +- 版本号升级至 4.0.12 + ## [4.0.8] - 2026-04-23 ### 新功能 diff --git a/package.json b/package.json index 19bc7fa75..962b38e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@costrict/csc", - "version": "4.0.8", + "version": "4.0.12", "description": "costrict", "type": "module", "author": "claude-code-best ", diff --git a/scripts/defines.ts b/scripts/defines.ts index 78619a072..e366cc01a 100644 --- a/scripts/defines.ts +++ b/scripts/defines.ts @@ -7,7 +7,7 @@ */ export function getMacroDefines(): Record { return { - "MACRO.VERSION": JSON.stringify("4.0.8"), + "MACRO.VERSION": JSON.stringify("4.0.12"), "MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()), "MACRO.FEEDBACK_CHANNEL": JSON.stringify(""), "MACRO.ISSUES_EXPLAINER": JSON.stringify(""),