From c4a5a2d99e70c20f0b76c826e2e31b5690f6db54 Mon Sep 17 00:00:00 2001 From: tkattkat Date: Tue, 25 Nov 2025 13:31:04 -0800 Subject: [PATCH] bump version --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index f6f1b5953..0152611f9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "3.0.4", + "version": "3.0.5", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",