Release v0.80.9

This commit is contained in:
Armin Ronacher
2026-07-16 19:17:57 +02:00
parent aa508b7f40
commit 2d16f92973
25 changed files with 167 additions and 77 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.80.9] - 2026-07-16
## [0.80.8] - 2026-07-16
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-orchestrator",
"version": "0.80.8",
"version": "0.80.9",
"description": "experimental orchestrator package for pi",
"type": "module",
"main": "./dist/index.js",
@@ -37,7 +37,7 @@
"node": ">=22.19.0"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.80.8"
"@earendil-works/pi-coding-agent": "^0.80.9"
},
"devDependencies": {
"shx": "0.4.0"