From 95be5e5f0f9444c9578598ab3b1e710b14e214c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:48:39 -0800 Subject: [PATCH] Version Packages (#267) Co-authored-by: github-actions[bot] --- .changeset/young-kids-help.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/young-kids-help.md diff --git a/.changeset/young-kids-help.md b/.changeset/young-kids-help.md deleted file mode 100644 index 92aeab92..00000000 --- a/.changeset/young-kids-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -Install wasn't working from NPM due to misconfigured build step. This attempts to fix that. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa0ba40..5120a9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @browserbasehq/stagehand +## 1.5.0 + +### Minor Changes + +- [#266](https://github.com/browserbase/stagehand/pull/266) [`0e8f34f`](https://github.com/browserbase/stagehand/commit/0e8f34fc15aee91c548d09534deaccc8adca7c4d) Thanks [@kamath](https://github.com/kamath)! - Install wasn't working from NPM due to misconfigured build step. This attempts to fix that. + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 6a11bc1a..87f1ba25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "1.4.0", + "version": "1.5.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",