Skip to content

Commit ba803ce

Browse files
chore(release): 5.5.0 [skip ci]
# [5.5.0](v5.4.3...v5.5.0) (2025-12-04) ### Bug Fixes * **changelog:** restore full changelog history from main ([2e5b1f2](2e5b1f2)) * **tests:** migrate test suite from mocha to bun test runner ([bd46c8d](bd46c8d)) ### Features * **kimi:** update default model to kimi-k2-thinking-turbo ([134511c](134511c))
1 parent 3ffe0f4 commit ba803ce

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.5.0](https://github.com/kaitranntt/ccs/compare/v5.4.3...v5.5.0) (2025-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **changelog:** restore full changelog history from main ([2e5b1f2](https://github.com/kaitranntt/ccs/commit/2e5b1f212abe5611c164cc84388002686175bc8b))
7+
* **tests:** migrate test suite from mocha to bun test runner ([bd46c8d](https://github.com/kaitranntt/ccs/commit/bd46c8de1237e3a76c774b00a1c9e026f4c0cd4b))
8+
9+
10+
### Features
11+
12+
* **kimi:** update default model to kimi-k2-thinking-turbo ([134511c](https://github.com/kaitranntt/ccs/commit/134511c38b581a720da6b9d7e6608ca6b3c63fb1))
13+
114
## [5.4.4-dev.2](https://github.com/kaitranntt/ccs/compare/v5.4.4-dev.1...v5.4.4-dev.2) (2025-12-04)
215

316

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.4-dev.2
1+
5.5.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.4.4-dev.2"
86+
$CcsVersion = "5.5.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.4.4-dev.2"
87+
CCS_VERSION="5.5.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.4.4-dev.2",
3+
"version": "5.5.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)