diff --git a/.changeset/red-sloths-speak.md b/.changeset/red-sloths-speak.md deleted file mode 100644 index e10c688..0000000 --- a/.changeset/red-sloths-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"shellular": patch ---- - -- fix(opencode): support both wrapped and direct session-list responses. -- chore: update opencode SDK and fff dependencies to latest versions. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f8821b0..a11b4cf 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # shellular +## 0.0.54 + +### Patch Changes + +- 9889445: - fix(opencode): support both wrapped and direct session-list responses. + - chore: update opencode SDK and fff dependencies to latest versions. + ## 0.0.53 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 11dc953..759f816 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "shellular", - "version": "0.0.53", + "version": "0.0.54", "description": "Shellular CLI — host your dev environment for remote access from your phone.", "main": "dist/main.js", "scripts": {