From 1532b7cb1c4615c01542a9082f12fcfe988a89ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:41:52 -0700 Subject: [PATCH] Version Packages (#25) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @browserbasehq/sdk@1.5.0 ### Minor Changes - ee75dc0: Use new API URL Co-authored-by: github-actions[bot] --- .changeset/shaggy-teachers-sit.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shaggy-teachers-sit.md diff --git a/.changeset/shaggy-teachers-sit.md b/.changeset/shaggy-teachers-sit.md deleted file mode 100644 index e0a231e..0000000 --- a/.changeset/shaggy-teachers-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@browserbasehq/sdk': minor ---- - -Use new API URL diff --git a/CHANGELOG.md b/CHANGELOG.md index ab119ab..f84104d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @browserbasehq/sdk +## 1.5.0 + +### Minor Changes + +- ee75dc0: Use new API URL + ## 1.4.4 ### Patch Changes diff --git a/package.json b/package.json index 6ca1750..8beb0fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/sdk", - "version": "1.4.4", + "version": "1.5.0", "description": "Browserbase JS SDK", "main": "dist/index.js", "types": "dist/index.d.ts",