Skip to content

Commit a7849dc

Browse files
release: 0.1.0-alpha.2
1 parent 25fd0b0 commit a7849dc

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
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-
".": "0.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.2 (2024-10-28)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/browserbase/sdk-node/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* add context and download ([39c8a03](https://github.com/browserbase/sdk-node/commit/39c8a03940f8d398b30b43727833e57dea1b9c56))
10+
* captcha cleanup ([dd0cf83](https://github.com/browserbase/sdk-node/commit/dd0cf83ee5f17410915130159128aa6cdc783f7f))
11+
* lint ([25fd0b0](https://github.com/browserbase/sdk-node/commit/25fd0b03b7caf448ca82e6931c69c2e287e7b854))
12+
* lint ([4e3ee53](https://github.com/browserbase/sdk-node/commit/4e3ee538473db349ad971ca4fe2e7cb0ae91b0b1))
13+
* lint ([d0c7ae2](https://github.com/browserbase/sdk-node/commit/d0c7ae25821dc4769dd7e1752a60a338dccddcd9))
14+
* lock ([f96bc33](https://github.com/browserbase/sdk-node/commit/f96bc33fbc206b98fd3f32cc4d2aae38059504bb))
15+
* playwright extension ([5edbb0d](https://github.com/browserbase/sdk-node/commit/5edbb0d346003ffdf6048582560d3254f8c0cd69))
16+
* playwright proxy ([5b1b3b9](https://github.com/browserbase/sdk-node/commit/5b1b3b917ef1f4c2612aa30df6be73d06fa93ab0))
17+
* playwright uploads ([d6634af](https://github.com/browserbase/sdk-node/commit/d6634af3b093d70016915b334e5b4fc17d710ab1))
18+
* puppeteer basic ([b4cab2a](https://github.com/browserbase/sdk-node/commit/b4cab2a4b3926fe0143a8efceb94181e6cc5d13b))
19+
* puppeteer proxy: ([7180d71](https://github.com/browserbase/sdk-node/commit/7180d711a2792dd99fd8f58477bf108919b23ecb))
20+
* rm unnecessary ([2d11114](https://github.com/browserbase/sdk-node/commit/2d11114e0fcf52ae095ce63814983ae6ffbcc1e4))
21+
* rm unnecessary deps ([53b7824](https://github.com/browserbase/sdk-node/commit/53b782440921683018dea0303aad12bc0e9299bb))
22+
* selenium basic: ([01c47a2](https://github.com/browserbase/sdk-node/commit/01c47a239653ba34fe56d496385865c9d6818c30))
23+
* selenium uploads ([334dc0e](https://github.com/browserbase/sdk-node/commit/334dc0ec9ce49d30c7d2ec3b2ee92271b22f5e7f))
24+
* starting to add examples ([2a326e0](https://github.com/browserbase/sdk-node/commit/2a326e005b3d1aa6e2151b54617f74a248337149))
25+
326
## 0.1.0-alpha.1 (2024-10-28)
427

528
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/browserbase/sdk-node/compare/v0.0.1-alpha.0...v0.1.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": "browserbase",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "The official TypeScript library for the Browserbase API",
55
"author": "Browserbase <dev-feedback@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 = '0.1.0-alpha.1'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.2'; // x-release-please-version

0 commit comments

Comments
 (0)