chore: version packages (#231)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-23 15:44:44 -06:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 957b5e5994
commit c0fd1be132
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"agent-browser": patch
---
Fix binary permissions on install. npm doesn't preserve execute bits, so postinstall now ensures the native binary is executable.
+6
View File
@@ -1,5 +1,11 @@
# agent-browser
## 0.7.4
### Patch Changes
- 957b5e5: Fix binary permissions on install. npm doesn't preserve execute bits, so postinstall now ensures the native binary is executable.
## 0.7.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "agent-browser",
"version": "0.7.3",
"version": "0.7.4",
"description": "Headless browser automation CLI for AI agents",
"type": "module",
"main": "dist/daemon.js",