From ee044fa646b9a6af0e433b6e4c2f94621a33afd7 Mon Sep 17 00:00:00 2001 From: Anirudh Kamath Date: Wed, 20 Nov 2024 21:08:56 -0800 Subject: [PATCH] tag version --- .changeset/chatty-tools-lie.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",