Release v0.7.0-alpha.3

This commit is contained in:
nrslib 2026-02-06 11:27:11 +09:00
parent 8fa09c575e
commit 52c927e6f1
3 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [0.7.0-alpha.2] - 2026-02-06
## [0.7.0-alpha.3] - 2026-02-06
### Fixed
- GitHub Actions で `listTasks` テストが git user 未設定により失敗する問題を修正
- GitHub Actions でテストが git user 未設定により失敗する問題を修正listTasks, listNonInteractive
## [0.7.0-alpha.1] - 2026-02-06

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "takt",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "takt",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"license": "MIT",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.19",

View File

@ -1,6 +1,6 @@
{
"name": "takt",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"description": "TAKT: Task Agent Koordination Tool - AI Agent Piece Orchestration",
"main": "dist/index.js",
"types": "dist/index.d.ts",