Bump version to 0.0.34

This commit is contained in:
Tommy D. Rossi
2025-12-31 16:15:51 +01:00
parent be1b9514d3
commit 240ce5be74
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 0.0.34
### Patch Changes
- **Skip server restart for newer versions**: MCP no longer kills and restarts the relay server when the server version is higher than the MCP version. This prevents older MCPs from disrupting newer server instances.
- **Ping/pong keep-alive**: Added WebSocket ping/pong mechanism to prevent Chrome extension service worker from terminating due to inactivity.
## 0.0.33
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.33",
"version": "0.0.34",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",