Release v0.81.1

This commit is contained in:
Mario Zechner
2026-07-21 18:40:08 +02:00
parent b9e5c5d941
commit 20be4b18d4
25 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.81.1] - 2026-07-21
## [0.81.0] - 2026-07-21
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-server",
"version": "0.81.0",
"version": "0.81.1",
"description": "experimental server package for pi",
"type": "module",
"main": "./dist/index.js",
@@ -40,7 +40,7 @@
"node": ">=22.19.0"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.81.0"
"@earendil-works/pi-coding-agent": "^0.81.1"
},
"devDependencies": {
"shx": "0.4.0"