Skip to content

Commit 8789cd5

Browse files
Version Packages (#261)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 598cae2 commit 8789cd5

9 files changed

+21
-36
lines changed

.changeset/dirty-hotels-rest.md

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

.changeset/fuzzy-chairs-boil.md

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

.changeset/odd-seahorses-beam.md

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

.changeset/olive-trains-grab.md

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

.changeset/slow-rings-poke.md

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

.changeset/swift-fishes-fail.md

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

.changeset/witty-candles-boil.md

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

CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#253](https://github.com/browserbase/stagehand/pull/253) [`598cae2`](https://github.com/browserbase/stagehand/commit/598cae230c7b8d4e31ae22fd63047a91b63e51b8) Thanks [@sameelarif](https://github.com/sameelarif)! - clean up contexts after use
8+
9+
### Patch Changes
10+
11+
- [#225](https://github.com/browserbase/stagehand/pull/225) [`a2366fe`](https://github.com/browserbase/stagehand/commit/a2366feb023180fbb2ccc7a8379692f9f8347fe5) Thanks [@sameelarif](https://github.com/sameelarif)! - Ensuring cross-platform compatibility with tmp directories
12+
13+
- [#249](https://github.com/browserbase/stagehand/pull/249) [`7d06d43`](https://github.com/browserbase/stagehand/commit/7d06d43f2b9a477fed35793d7479de9b183e8d53) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix broken evals
14+
15+
- [#227](https://github.com/browserbase/stagehand/pull/227) [`647eefd`](https://github.com/browserbase/stagehand/commit/647eefd651852eec495faa1b8f4dbe6b1da17999) Thanks [@kamath](https://github.com/kamath)! - Fix debugDom still showing chunks when set to false
16+
17+
- [#250](https://github.com/browserbase/stagehand/pull/250) [`5886620`](https://github.com/browserbase/stagehand/commit/5886620dd1b0a57c68bf810cf130df2ca0a50a69) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add ci specific evals
18+
19+
- [#222](https://github.com/browserbase/stagehand/pull/222) [`8dff026`](https://github.com/browserbase/stagehand/commit/8dff02674df7a6448f2262c7e212b58c03be57bc) Thanks [@sameelarif](https://github.com/sameelarif)! - Streamline type definitions and fix existing typescript errors
20+
21+
- [#232](https://github.com/browserbase/stagehand/pull/232) [`b9f9949`](https://github.com/browserbase/stagehand/commit/b9f99494021e6a9e2487b77bb64ed0a491751400) Thanks [@kamath](https://github.com/kamath)! - Minor changes to package.json and tsconfig, mainly around the build process. Also add more type defs and remove unused dependencies.
22+
323
## 1.3.0
424

525
### 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.3.0",
3+
"version": "1.4.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)