Skip to content

Commit

Permalink
Update stagehand version (#199)
Browse files Browse the repository at this point in the history
* Update stagehand version

* Update CHANGELOG.md

* Update package.json

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kamath and github-actions[bot] authored Nov 21, 2024
1 parent 77b32c7 commit 01abe86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-tools-lie.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 01abe86

Please sign in to comment.