Skip to content

Commit 0e46b6b

Browse files
chore(release): 5.14.0 [skip ci]
# [5.14.0](v5.13.0...v5.14.0) (2025-12-10) ### Features * **ui:** replace anomaly alert badge with usage insights card ([824c3ba](824c3ba)) * **usage-analytics:** implement token cost breakdown and anomaly detection ([d81a5e6](d81a5e6)) * **usage:** add internal data aggregation and cost tracking ([49b4065](49b4065))
1 parent 1a2b55c commit 0e46b6b

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [5.14.0](https://github.com/kaitranntt/ccs/compare/v5.13.0...v5.14.0) (2025-12-10)
2+
3+
4+
### Features
5+
6+
* **ui:** replace anomaly alert badge with usage insights card ([824c3ba](https://github.com/kaitranntt/ccs/commit/824c3baecfb7795f848909240b95bfeb9e6c1b87))
7+
* **usage-analytics:** implement token cost breakdown and anomaly detection ([d81a5e6](https://github.com/kaitranntt/ccs/commit/d81a5e6266731f203c3de1100362fb0822156a39))
8+
* **usage:** add internal data aggregation and cost tracking ([49b4065](https://github.com/kaitranntt/ccs/commit/49b4065186bc223af1b589395808e962b3cf6bb3))
9+
110
# [5.13.0](https://github.com/kaitranntt/ccs/compare/v5.12.1...v5.13.0) (2025-12-09)
211

312

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.13.0-dev.4
1+
5.14.0

installers/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $InstallMethod = if ($ScriptDir -and ((Test-Path "$ScriptDir\lib\ccs.ps1") -or (
8383
# IMPORTANT: Update this version when releasing new versions!
8484
# This hardcoded version is used for standalone installations (irm | iex)
8585
# For git installations, VERSION file is read if available
86-
$CcsVersion = "5.13.0"
86+
$CcsVersion = "5.14.0"
8787

8888
# Try to read VERSION file for git installations
8989
if ($ScriptDir) {

installers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fi
8484
# IMPORTANT: Update this version when releasing new versions!
8585
# This hardcoded version is used for standalone installations (curl | bash)
8686
# For git installations, VERSION file is read if available
87-
CCS_VERSION="5.13.0"
87+
CCS_VERSION="5.14.0"
8888

8989
# Try to read VERSION file for git installations
9090
if [[ -f "$SCRIPT_DIR/VERSION" ]]; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kaitranntt/ccs",
3-
"version": "5.13.0-dev.4",
3+
"version": "5.14.0",
44
"description": "Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)