Skip to content

Commit

Permalink
tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamath committed Nov 21, 2024
1 parent 5a4bca3 commit ee044fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/chatty-tools-lie.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 ee044fa

Please sign in to comment.