diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b5f714f..4a8e97c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39eb55d..33abeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/dwmkerr/shellwright/compare/v0.1.9...v0.1.10) (2026-03-04) + + +### Features + +* broaden eval framework to support screenshots and borders ([#64](https://github.com/dwmkerr/shellwright/issues/64)) ([36d8490](https://github.com/dwmkerr/shellwright/commit/36d8490334db1c9f9d9a10c52e8416d07a4fdfe5)) + ## [0.1.9](https://github.com/dwmkerr/shellwright/compare/v0.1.8...v0.1.9) (2026-02-13) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 18966e1..ffe1c98 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: shellwright description: Shellwright MCP Server - Terminal automation for AI agents type: application -version: 0.1.9 -appVersion: 0.1.9 +version: 0.1.10 +appVersion: 0.1.10 diff --git a/package-lock.json b/package-lock.json index a5bf737..2dad725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dwmkerr/shellwright", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dwmkerr/shellwright", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", diff --git a/package.json b/package.json index f4a185b..a21f6c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dwmkerr/shellwright", - "version": "0.1.9", + "version": "0.1.10", "type": "module", "description": "Playwright for the shell - MCP server for terminal recording and automation", "main": "dist/index.js",