release: v0.4.0

This commit is contained in:
Acbox
2026-03-07 15:33:43 +08:00
parent 356e867e8d
commit d4749ab322
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.3.1",
"version": "0.4.0",
"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",