Skip to content

Commit 83e1c5b

Browse files
committed
chore: release 1.3.0
Add package version to server startup/failure log messages.
1 parent 99b8c47 commit 83e1c5b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.0] - 2026-02-15
8+
9+
### Added
10+
11+
- Package version is now included in server startup and failure log messages
12+
713
## [1.2.0] - 2026-02-15
814

915
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kagi-ken-mcp",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Kagi MCP server using kagi-ken package",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)