diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e108018..3559f09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "packages/pi-compass": "0.2.0", "packages/pi-simplify": "0.2.0", "packages/pi-code-review": "0.2.0", - "packages/pi-blueprint": "0.1.0" + "packages/pi-blueprint": "0.2.0" } diff --git a/package-lock.json b/package-lock.json index e7118f4..e8608ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5011,7 +5011,7 @@ } }, "packages/pi-blueprint": { - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@types/node": "^24.0.0", diff --git a/packages/pi-blueprint/CHANGELOG.md b/packages/pi-blueprint/CHANGELOG.md new file mode 100644 index 0000000..640e0b7 --- /dev/null +++ b/packages/pi-blueprint/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/MattDevy/pi-extensions/compare/pi-blueprint-v0.1.0...pi-blueprint-v0.2.0) (2026-04-11) + + +### Features + +* Add pi-blueprint multi-session planning extension ([#98](https://github.com/MattDevy/pi-extensions/issues/98)) ([bbda0d6](https://github.com/MattDevy/pi-extensions/commit/bbda0d6e958917a3479c8ac78ea444a707458db2)) diff --git a/packages/pi-blueprint/package.json b/packages/pi-blueprint/package.json index 35bb166..8657bdb 100644 --- a/packages/pi-blueprint/package.json +++ b/packages/pi-blueprint/package.json @@ -1,6 +1,6 @@ { "name": "pi-blueprint", - "version": "0.1.0", + "version": "0.2.0", "description": "A Pi extension that turns high-level objectives into phased, multi-session construction plans with dependency tracking and verification gates.", "type": "module", "license": "MIT",