diff --git a/playwriter/CHANGELOG.md b/playwriter/CHANGELOG.md index 0fdbb4e..44c12dc 100644 --- a/playwriter/CHANGELOG.md +++ b/playwriter/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.0.44 + +### Features + +- **Search context lines**: `accessibilitySnapshot`, `getCleanHTML`, and `getLatestLogs` now include 5 lines of context above and below each search match + - Non-contiguous sections are separated by `---` + - Provides better context for understanding search results + ## 0.0.43 ### Features diff --git a/playwriter/package.json b/playwriter/package.json index 4f734c3..0aa124b 100644 --- a/playwriter/package.json +++ b/playwriter/package.json @@ -1,7 +1,7 @@ { "name": "playwriter", "description": "", - "version": "0.0.43", + "version": "0.0.44", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",