chore: release playwriter@0.0.53

This commit is contained in:
Tommy D. Rossi
2026-01-24 14:26:26 +01:00
parent e11322905e
commit 31bfddef74
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -1,5 +1,16 @@
# Changelog
## 0.0.53
### Bug Fixes
- **Fix CLI relay server startup from source**: Detect source vs compiled via `__filename.endsWith('.ts')` instead of env var, fixing `tsx` and `vite-node` execution
- **Wait for extension to reconnect**: CLI now waits up to 10 seconds for extension to reconnect after server (re)start before executing commands
### Improvements
- **Colored CLI output**: Setup messages now use colors (dim for progress, green for success, yellow for warnings)
## 0.0.52
### Features
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.52",
"version": "0.0.53",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",