release: playwriter@0.0.55

This commit is contained in:
Tommy D. Rossi
2026-01-25 23:04:54 +01:00
parent 393d23e1e2
commit b000fd42b5
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -1,5 +1,16 @@
# Changelog
## 0.0.55
### Features
- **`playwriter skill` CLI command**: New command that prints full MCP instructions to stdout, useful for agents that need up-to-date documentation without relying on MCP resources
### Internal
- **Moved SKILL.md to src/**: Source of truth for agent instructions now lives in `src/skill.md`
- **Removed docker.package.json**: Cleaned up unused Docker configuration
## 0.0.54
### Features
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.54",
"version": "0.0.55",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",