Release playwriter 0.0.6

This commit is contained in:
Tommy D. Rossi
2025-11-16 14:41:01 +01:00
parent 7d7eb46ac4
commit e043f5b1d4
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## 0.0.6
### Patch Changes
- Added `resetPlaywright` functionality to reset Playwright connection
- Added `getCdpUrl` utility function for CDP endpoint access
- Support for multiple tabs in CDP relay
- Support for multiple Playwright clients
- Enhanced prompt documentation with better examples
- Improved CDP relay error handling and logging
- Added `utils.ts` with helper functions
## 0.0.5
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",