diff --git a/CHANGELOG.md b/CHANGELOG.md index da0e45ca..88e3db5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.30.0] - 2026-05-10 + ### Fixed - **Preflight cleanup feature now actually runs (TP-195):** `runOrchBatch` diff --git a/package-lock.json b/package-lock.json index 63438042..3da50cd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taskplane", - "version": "0.29.2", + "version": "0.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taskplane", - "version": "0.29.2", + "version": "0.30.0", "license": "MIT", "dependencies": { "jiti": "^2.6.1", diff --git a/package.json b/package.json index d7887cf8..74220332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taskplane", - "version": "0.29.2", + "version": "0.30.0", "description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline", "keywords": [ "pi-package",