Skip to content

Commit 0e257d1

Browse files
ktamas77claude
andcommitted
chore(release): 0.1.1
0.1.0 was already taken on npm; bump to publish under the renamed package @squidcode/timebook. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e9ac8d2 commit 0e257d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squidcode/timebook",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Command-line client and MCP server for Timebook (usetimebook.com) — track time, manage timers, and expose Timebook to AI agents (Claude, Codex, etc.) over MCP.",
55
"license": "MIT",
66
"author": "Squidcode LLC <admin@squidcode.com>",

src/mcp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async function handleTool(name: string, args: unknown): Promise<ToolResult> {
248248

249249
export async function runMcpServer(): Promise<void> {
250250
const server = new Server(
251-
{ name: 'timebook', version: '0.1.0' },
251+
{ name: 'timebook', version: '0.1.1' },
252252
{ capabilities: { tools: {} } },
253253
);
254254

0 commit comments

Comments
 (0)