Skip to content

Commit d1f5f40

Browse files
release: 2.7.0-alpha.2 (#174)
Automated Release PR --- ## 2.7.0-alpha.2 (2026-02-26) Full Changelog: [v2.7.0-alpha.1...v2.7.0-alpha.2](v2.7.0-alpha.1...v2.7.0-alpha.2) ### Bug Fixes * use npm publish instead of yarn publish ([#173](#173)) ([05b3225](05b3225)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 05b3225 commit d1f5f40

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.7.0-alpha.1"
2+
".": "2.7.0-alpha.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.7.0-alpha.2 (2026-02-26)
4+
5+
Full Changelog: [v2.7.0-alpha.1...v2.7.0-alpha.2](https://github.com/browserbase/sdk-node/compare/v2.7.0-alpha.1...v2.7.0-alpha.2)
6+
7+
### Bug Fixes
8+
9+
* use npm publish instead of yarn publish ([#173](https://github.com/browserbase/sdk-node/issues/173)) ([05b3225](https://github.com/browserbase/sdk-node/commit/05b3225efe94473f2b49988dab63a9e67beb9802))
10+
311
## 2.7.0-alpha.1 (2026-02-26)
412

513
Full Changelog: [v2.6.0...v2.7.0-alpha.1](https://github.com/browserbase/sdk-node/compare/v2.6.0...v2.7.0-alpha.1)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/sdk",
3-
"version": "2.7.0-alpha.1",
3+
"version": "2.7.0-alpha.2",
44
"description": "The official Node.js library for the Browserbase API",
55
"author": "Browserbase <support@browserbase.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.7.0-alpha.1'; // x-release-please-version
1+
export const VERSION = '2.7.0-alpha.2'; // x-release-please-version

0 commit comments

Comments
 (0)