diff --git a/.changeset/chatty-tools-lie.md b/.changeset/chatty-tools-lie.md index 248af359..652de65b 100644 --- a/.changeset/chatty-tools-lie.md +++ b/.changeset/chatty-tools-lie.md @@ -2,4 +2,6 @@ "@browserbasehq/stagehand": minor --- -Adds structured and more standardized JSON logging +- Adds structured and more standardized JSON logging +- Doesn't init cache if `enableCaching` is false, preventing `tmp/.cache` from being created +- Updates bundling for browser-side code to support NextJS and serverless diff --git a/package.json b/package.json index c681e82e..ab171ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "1.2.0", + "version": "1.3.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",