Skip to content

Commit 01abe86

Browse files
Update stagehand version (#199)
* Update stagehand version * Update CHANGELOG.md * Update package.json --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 77b32c7 commit 01abe86

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/chatty-tools-lie.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @browserbasehq/stagehand
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
- Doesn't init cache if `enableCaching` is false, preventing `tmp/.cache` from being created
9+
- Updates bundling for browser-side code to support NextJS and serverless
10+
311
## 1.2.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)