Record the 0.1.110 ACP hotfix release (#2150)

Sync the 0.1.110 release metadata and changelog back to main.
This commit is contained in:
Mohamed Boudra
2026-07-16 23:01:31 +02:00
committed by GitHub
parent 737f30c339
commit 6db7e53b6e
13 changed files with 47 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/cli",
"version": "0.1.109",
"version": "0.1.110",
"description": "Paseo CLI - control your AI coding agents from the command line",
"bin": {
"paseo": "bin/paseo"
@@ -27,9 +27,9 @@
},
"dependencies": {
"@clack/prompts": "^1.0.0",
"@getpaseo/client": "0.1.109",
"@getpaseo/protocol": "0.1.109",
"@getpaseo/server": "0.1.109",
"@getpaseo/client": "0.1.110",
"@getpaseo/protocol": "0.1.110",
"@getpaseo/server": "0.1.110",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"mime-types": "^2.1.35",