Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand",
"version": "3.0.4",
"version": "3.0.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: manual version bump bypasses changeset workflow - should run pnpm changeset version to also update CHANGELOG.md and remove .changeset/free-dancers-rescue.md

Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/core/package.json
Line: 3:3

Comment:
**logic:** manual version bump bypasses changeset workflow - should run `pnpm changeset version` to also update CHANGELOG.md and remove `.changeset/free-dancers-rescue.md`

How can I resolve this? If you propose a fix, please make it concise.

"description": "An AI web browsing framework focused on simplicity and extensibility.",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
Loading