release: playwriter@0.0.44

This commit is contained in:
Tommy D. Rossi
2026-01-12 15:38:19 +01:00
parent 7e7edac856
commit 9c323c5940
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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",