release: v0.6.1

This commit is contained in:
Acbox
2026-03-31 15:19:53 +08:00
parent f1dd30a388
commit 2d55c385a4
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@memohai/browser-gateway",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify --external playwright --external playwright-core",