release: v0.4.1

This commit is contained in:
Acbox
2026-03-07 16:02:53 +08:00
parent 635d2847be
commit 7f3f8ce2e5
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@memoh/browser-gateway",
"type": "module",
"version": "0.4.0",
"version": "0.4.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",