Skip to content

Commit b6b5225

Browse files
SimplyLizclaude
andcommitted
chore: Bump version to 8.1.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 575bc03 commit b6b5225

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to CKB will be documented in this file.
44

5-
## [8.1.0] - Unreleased
5+
## [8.1.0] - 2026-01-31
66

77
### Added
88

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package version
66
// go build -ldflags "-X github.com/SimplyLiz/CodeMCP/internal/version.Version=1.0.0 -X github.com/SimplyLiz/CodeMCP/internal/version.Commit=abc123"
77
var (
88
// Version is the semantic version of CKB
9-
Version = "8.0.6"
9+
Version = "8.1.0"
1010

1111
// Commit is the git commit hash (set at build time)
1212
Commit = "unknown"

npm/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tastehub/ckb",
33
"mcpName": "io.github.SimplyLiz/ckb",
4-
"version": "8.0.6",
4+
"version": "8.1.0",
55
"description": "Code intelligence for AI assistants (MCP), CLI, and HTTP API - symbol navigation, impact analysis, architecture",
66
"keywords": [
77
"mcp",
@@ -50,11 +50,11 @@
5050
"bin"
5151
],
5252
"optionalDependencies": {
53-
"@tastehub/ckb-darwin-arm64": "8.0.0",
54-
"@tastehub/ckb-darwin-x64": "8.0.0",
55-
"@tastehub/ckb-linux-x64": "8.0.0",
56-
"@tastehub/ckb-linux-arm64": "8.0.0",
57-
"@tastehub/ckb-win32-x64": "8.0.0"
53+
"@tastehub/ckb-darwin-arm64": "8.1.0",
54+
"@tastehub/ckb-darwin-x64": "8.1.0",
55+
"@tastehub/ckb-linux-x64": "8.1.0",
56+
"@tastehub/ckb-linux-arm64": "8.1.0",
57+
"@tastehub/ckb-win32-x64": "8.1.0"
5858
},
5959
"engines": {
6060
"node": ">=16"

0 commit comments

Comments
 (0)