Skip to content

Commit 3deb1a2

Browse files
chore(release): prepare alpha (#36) (#37)
Co-authored-by: Max Beatty <[email protected]>
1 parent 023a83c commit 3deb1a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.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.0.0-alpha.0"
2+
".": "2.0.0-alpha.1"
33
}

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@browserbasehq/sdk",
3-
"version": "2.0.0-alpha.0",
4-
"description": "The official TypeScript library for the Browserbase API",
3+
"version": "2.0.0-alpha.1",
4+
"description": "The official Node.js library for the Browserbase API",
55
"author": "Browserbase <[email protected]>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",

src/version.ts

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

0 commit comments

Comments
 (0)