release: playwriter@0.0.49

This commit is contained in:
Tommy D. Rossi
2026-01-16 16:25:24 +01:00
parent 11d0612736
commit 69ac4db338
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## 0.0.49
### Features
- **CORS support for relay server**: Added CORS middleware to allow extension's fetch/XHR requests during development. Only allows requests from our specific extension IDs for security.
### Bug Fixes
- **Clearer error messages**: Improved error messages when another Playwriter extension connects, making it easier to diagnose connection issues
## 0.0.48
### Bug Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.48",
"version": "0.0.49",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",