From 0c6d74af8a6869bea28da6d3c1959b76dae13500 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Tue, 27 Jan 2026 10:02:13 +0900 Subject: [PATCH] 0.1.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9acedb8..0750af1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "takt", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "takt", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.19", diff --git a/package.json b/package.json index 3fb9ada..77a18b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "takt", - "version": "0.1.4", + "version": "0.1.5", "description": "TAKT: Task Agent Koordination Tool - AI Agent Workflow Orchestration", "main": "dist/index.js", "types": "dist/index.d.ts",