chore: release v0.7.1 (#225)

Fix native binary distribution in npm package. Binaries are now built
before publishing to npm, ensuring all platforms work on installation.
This commit is contained in:
Chris Tate
2026-01-23 15:08:59 -06:00
committed by GitHub
parent 6f1c83de1b
commit 6afede28b3
5 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "agent-browser",
"version": "0.7.0",
"version": "0.7.1",
"description": "Headless browser automation CLI for AI agents",
"type": "module",
"main": "dist/daemon.js",