From 161d8f5c8d9e4689fe1ff774fad52232ccabbe90 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Fri, 23 Jan 2026 15:25:53 -0600 Subject: [PATCH] chore: add changeset for binary distribution fix (#227) --- .changeset/fix-binary-distribution.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fix-binary-distribution.md diff --git a/.changeset/fix-binary-distribution.md b/.changeset/fix-binary-distribution.md new file mode 100644 index 0000000..b2fb85c --- /dev/null +++ b/.changeset/fix-binary-distribution.md @@ -0,0 +1,5 @@ +--- +"agent-browser": patch +--- + +Fix native binary distribution in npm package. Native binaries for all platforms (Linux x64/arm64, macOS x64/arm64, Windows x64) are now correctly included when publishing.