diff --git a/.changeset/dirty-hotels-rest.md b/.changeset/dirty-hotels-rest.md deleted file mode 100644 index 915fabd9..00000000 --- a/.changeset/dirty-hotels-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Ensuring cross-platform compatibility with tmp directories diff --git a/.changeset/fuzzy-chairs-boil.md b/.changeset/fuzzy-chairs-boil.md deleted file mode 100644 index 2180267f..00000000 --- a/.changeset/fuzzy-chairs-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -clean up contexts after use diff --git a/.changeset/odd-seahorses-beam.md b/.changeset/odd-seahorses-beam.md deleted file mode 100644 index 10479001..00000000 --- a/.changeset/odd-seahorses-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -fix broken evals diff --git a/.changeset/olive-trains-grab.md b/.changeset/olive-trains-grab.md deleted file mode 100644 index d1055375..00000000 --- a/.changeset/olive-trains-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Fix debugDom still showing chunks when set to false diff --git a/.changeset/slow-rings-poke.md b/.changeset/slow-rings-poke.md deleted file mode 100644 index 067f05ff..00000000 --- a/.changeset/slow-rings-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add ci specific evals diff --git a/.changeset/swift-fishes-fail.md b/.changeset/swift-fishes-fail.md deleted file mode 100644 index e5722057..00000000 --- a/.changeset/swift-fishes-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Streamline type definitions and fix existing typescript errors diff --git a/.changeset/witty-candles-boil.md b/.changeset/witty-candles-boil.md deleted file mode 100644 index 65f883d3..00000000 --- a/.changeset/witty-candles-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Minor changes to package.json and tsconfig, mainly around the build process. Also add more type defs and remove unused dependencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index e045c988..0aa0ba40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @browserbasehq/stagehand +## 1.4.0 + +### Minor Changes + +- [#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 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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 + +- [#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 + +- [#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 + +- [#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. + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 6894b5a1..e0b85d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "1.3.0", + "version": "1.4.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",