diff --git a/playwriter/CHANGELOG.md b/playwriter/CHANGELOG.md index ea239f6..b47074c 100644 --- a/playwriter/CHANGELOG.md +++ b/playwriter/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.0.46 + +### Bug Fixes + +- **Limit screenshot dimensions to 2000px**: Screenshots are now clipped to max 2000x2000 pixels to avoid Claude API rejection for many-image requests (Claude enforces 2000px limit when >20 images in a request) + ## 0.0.45 ### Bug Fixes diff --git a/playwriter/package.json b/playwriter/package.json index c221f10..6c36e9b 100644 --- a/playwriter/package.json +++ b/playwriter/package.json @@ -1,7 +1,7 @@ { "name": "playwriter", "description": "", - "version": "0.0.45", + "version": "0.0.46", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",