chore: mark v0.0.61 (#1349)

This commit is contained in:
Pavel Feldman
2026-01-26 14:54:15 -08:00
committed by GitHub
parent 542b74d2b4
commit cd9819d0e8
6 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@playwright/cli",
"version": "0.0.60",
"version": "0.0.61",
"description": "Playwright CLI",
"repository": {
"type": "git",
@@ -25,6 +25,6 @@
"playwright-core": "1.59.0-alpha-1769452054000"
},
"bin": {
"playwright-cli": "./playwright-cli.js"
"playwright-cli": "playwright-cli.js"
}
}