chore: bump version to 4.0.12
This commit is contained in:
parent
5daaaf8200
commit
159c400cac
|
|
@ -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
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
|
|
@ -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>",
|
||||
|
|
|
|||
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user