chore: version packages (#357)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-02 21:46:53 -06:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent daeede49c5
commit 3c6ae7df9d
6 changed files with 10 additions and 13 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"agent-browser": patch
---
Add --stdin flag for eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts
-5
View File
@@ -1,5 +0,0 @@
---
"agent-browser": patch
---
Add --stdin flag for the eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts. Also fix binary permission issues on macOS/Linux when postinstall scripts don't run (e.g., with bun).
+7
View File
@@ -1,5 +1,12 @@
# agent-browser
## 0.8.10
### Patch Changes
- 17dba8f: Add --stdin flag for eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts
- daeede4: Add --stdin flag for the eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts. Also fix binary permission issues on macOS/Linux when postinstall scripts don't run (e.g., with bun).
## 0.8.9
### Patch Changes
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "agent-browser"
version = "0.8.9"
version = "0.8.10"
dependencies = [
"base64",
"dirs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "agent-browser"
version = "0.8.9"
version = "0.8.10"
edition = "2021"
description = "Fast browser automation CLI for AI agents"
license = "Apache-2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "agent-browser",
"version": "0.8.9",
"version": "0.8.10",
"description": "Headless browser automation CLI for AI agents",
"type": "module",
"main": "dist/daemon.js",