diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a46f218..b5f714f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.8" + ".": "0.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e6c2d..39eb55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/dwmkerr/shellwright/compare/v0.1.8...v0.1.9) (2026-02-13) + + +### Features + +* render cursor in screenshots and recordings ([#57](https://github.com/dwmkerr/shellwright/issues/57)) ([9342b0d](https://github.com/dwmkerr/shellwright/commit/9342b0dc51639bb261d827e2f84f5fe9785324cc)) + ## [0.1.8](https://github.com/dwmkerr/shellwright/compare/v0.1.7...v0.1.8) (2026-01-09) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 730b2cf..18966e1 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.8 -appVersion: 0.1.8 +version: 0.1.9 +appVersion: 0.1.9 diff --git a/package-lock.json b/package-lock.json index a758251..a5bf737 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dwmkerr/shellwright", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dwmkerr/shellwright", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", diff --git a/package.json b/package.json index 6b662d2..f4a185b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dwmkerr/shellwright", - "version": "0.1.8", + "version": "0.1.9", "type": "module", "description": "Playwright for the shell - MCP server for terminal recording and automation", "main": "dist/index.js",