bump playwriter to 0.0.5

This commit is contained in:
Tommy D. Rossi
2025-11-16 12:19:07 +01:00
parent aeb5f207dc
commit 3a1de6d9c7
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## 0.0.5
### Patch Changes
- Added `activateTab(page)` utility function to bring browser tabs to front and focus them
- Added `Playwriter.activateTab` CDP command support in relay server
- Added `activateTab` message type to extension protocol
- Extension now handles tab activation via `chrome.tabs.update` and `chrome.windows.update`
## 0.0.4
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"repository": "https://github.com/remorses/playwriter",
"scripts": {