From f27486c80ef613aff4057a07d3c905ae485e86a0 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Mon, 12 Jan 2026 19:02:23 +0100 Subject: [PATCH] release: playwriter@0.0.45 --- playwriter/CHANGELOG.md | 4 +++- playwriter/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/playwriter/CHANGELOG.md b/playwriter/CHANGELOG.md index ec0fbd0..ea239f6 100644 --- a/playwriter/CHANGELOG.md +++ b/playwriter/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog -## 0.0.44 +## 0.0.45 ### Bug Fixes - **Filter non-page targets from Playwright (issue #14)**: Service workers, web workers, and other non-page targets are now filtered out at the server level. This prevents Playwright from trying to initialize these targets, which would cause timeouts waiting for `executionContextCreated` events and errors on `Target.detachFromTarget`. +## 0.0.44 + ### Features - **Search context lines**: `accessibilitySnapshot`, `getCleanHTML`, and `getLatestLogs` now include 5 lines of context above and below each search match diff --git a/playwriter/package.json b/playwriter/package.json index 0aa124b..c221f10 100644 --- a/playwriter/package.json +++ b/playwriter/package.json @@ -1,7 +1,7 @@ { "name": "playwriter", "description": "", - "version": "0.0.44", + "version": "0.0.45", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",