Release v0.75.5

This commit is contained in:
Mario Zechner
2026-05-23 11:58:31 +02:00
parent 98477f2ee7
commit ea2b70ddd9
18 changed files with 88 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.75.5] - 2026-05-23
## [0.75.4] - 2026-05-20

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.75.4",
"version": "0.75.5",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",
@@ -29,7 +29,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.75.4",
"@earendil-works/pi-ai": "^0.75.5",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"