chore: bump playwriter to 0.0.12

This commit is contained in:
Tommy D. Rossi
2025-11-28 17:16:28 +01:00
parent 7a928b2803
commit 3ce41b0263
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.0.12
### Patch Changes
- **Fixed Windows path resolution**: Use `fileURLToPath` for prompt.md path resolution, fixing issues on Windows where `import.meta.url` paths weren't being handled correctly.
## 0.0.11
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",