From 0f35cd7bb1131e935d5e0cbb5911e006eb152582 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jan 2025 03:29:33 +0000 Subject: [PATCH] Version Packages --- .changeset/hot-moose-stare.md | 5 ----- .changeset/sweet-mice-compare.md | 5 ----- .changeset/thin-squids-listen.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/hot-moose-stare.md delete mode 100644 .changeset/sweet-mice-compare.md delete mode 100644 .changeset/thin-squids-listen.md diff --git a/.changeset/hot-moose-stare.md b/.changeset/hot-moose-stare.md deleted file mode 100644 index 97bfe6a8..00000000 --- a/.changeset/hot-moose-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add demo gif diff --git a/.changeset/sweet-mice-compare.md b/.changeset/sweet-mice-compare.md deleted file mode 100644 index 08cd0626..00000000 --- a/.changeset/sweet-mice-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -Allow the input of custom instructions into the constructor so that users can guide, or provide guardrails to, the LLM in making decisions. diff --git a/.changeset/thin-squids-listen.md b/.changeset/thin-squids-listen.md deleted file mode 100644 index a091077f..00000000 --- a/.changeset/thin-squids-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Export LLMClient type diff --git a/CHANGELOG.md b/CHANGELOG.md index df46599c..1fad1208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @browserbasehq/stagehand +## 1.10.0 + +### Minor Changes + +- [#373](https://github.com/browserbase/stagehand/pull/373) [`ff00965`](https://github.com/browserbase/stagehand/commit/ff00965160d568ae0bc3ca437c01f95b5c6e9039) Thanks [@sameelarif](https://github.com/sameelarif)! - Allow the input of custom instructions into the constructor so that users can guide, or provide guardrails to, the LLM in making decisions. + +### Patch Changes + +- [#386](https://github.com/browserbase/stagehand/pull/386) [`2cee0a4`](https://github.com/browserbase/stagehand/commit/2cee0a45ae2b48d1de6543b196e338e7021e59fe) Thanks [@kamath](https://github.com/kamath)! - add demo gif + +- [#388](https://github.com/browserbase/stagehand/pull/388) [`e93561d`](https://github.com/browserbase/stagehand/commit/e93561d7875210ce7bd7fe841fb52decf6011fb3) Thanks [@kamath](https://github.com/kamath)! - Export LLMClient type + ## 1.9.0 ### Minor Changes diff --git a/package.json b/package.json index 049e3353..62dd4d89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "1.9.0", + "version": "1.10.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",