diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4a8e97c..ca1ac01 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.10" + ".": "0.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33abeae..fb3aaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.11](https://github.com/dwmkerr/shellwright/compare/v0.1.10...v0.1.11) (2026-03-10) + + +### Features + +* format-specific download URLs for screenshots and recordings ([#70](https://github.com/dwmkerr/shellwright/issues/70)) ([b490ec3](https://github.com/dwmkerr/shellwright/commit/b490ec3849517b6f7a01412c2efd7e6309628c7f)) +* new hero recording with macOS border and improved pacing ([#68](https://github.com/dwmkerr/shellwright/issues/68)) ([f3f2ed2](https://github.com/dwmkerr/shellwright/commit/f3f2ed23ec3d8de3c38ca49c0d488d481cd045d2)) + ## [0.1.10](https://github.com/dwmkerr/shellwright/compare/v0.1.9...v0.1.10) (2026-03-04) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ffe1c98..7d5549a 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.10 -appVersion: 0.1.10 +version: 0.1.11 +appVersion: 0.1.11 diff --git a/package-lock.json b/package-lock.json index 2dad725..bfb477a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dwmkerr/shellwright", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dwmkerr/shellwright", - "version": "0.1.10", + "version": "0.1.11", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", diff --git a/package.json b/package.json index a21f6c5..3da132e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dwmkerr/shellwright", - "version": "0.1.10", + "version": "0.1.11", "type": "module", "description": "Playwright for the shell - MCP server for terminal recording and automation", "main": "dist/index.js",