From 01abe8681d3bce05fb2e9430f81d24fed7a08900 Mon Sep 17 00:00:00 2001 From: Anirudh Kamath Date: Wed, 20 Nov 2024 21:18:15 -0800 Subject: [PATCH] Update stagehand version (#199) * Update stagehand version * Update CHANGELOG.md * Update package.json --------- Co-authored-by: github-actions[bot] --- .changeset/chatty-tools-lie.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/chatty-tools-lie.md diff --git a/.changeset/chatty-tools-lie.md b/.changeset/chatty-tools-lie.md deleted file mode 100644 index 652de65b..00000000 --- a/.changeset/chatty-tools-lie.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -- 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/CHANGELOG.md b/CHANGELOG.md index 58ac3cf1..e045c988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @browserbasehq/stagehand +## 1.3.0 + +### Minor Changes + +- [#195](https://github.com/browserbase/stagehand/pull/195) [`87a6305`](https://github.com/browserbase/stagehand/commit/87a6305d9a2faf1ab5915965913bc14d5cc15772) Thanks [@kamath](https://github.com/kamath)! - - 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 + ## 1.2.0 ### Minor Changes 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",