chore: bump version to 4.0.12

This commit is contained in:
Ubuntu 2026-04-23 12:41:58 +00:00
parent 5daaaf8200
commit 159c400cac
3 changed files with 8 additions and 2 deletions

View File

@ -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
### 新功能

View File

@ -1,6 +1,6 @@
{
"name": "@costrict/csc",
"version": "4.0.8",
"version": "4.0.12",
"description": "costrict",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",

View File

@ -7,7 +7,7 @@
*/
export function getMacroDefines(): Record<string, string> {
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(""),