Skip to content

Commit d40fd32

Browse files
stainless-app[bot]Stainless Bot
and
Stainless Bot
authored
release: 2.0.2 (#54)
Automated Release PR --- ## 2.0.2 (2024-11-20) Full Changelog: [v2.0.1...v2.0.2](v2.0.1...v2.0.2) ### Chores * **internal:** codegen related update ([#50](#50)) ([3ae78b0](3ae78b0)) * remove redundant word in comment ([#53](#53)) ([93f75da](93f75da)) ### Documentation * remove suggestion to use `npm` call out ([#52](#52)) ([41832d5](41832d5)) --- 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:[email protected]) for help or questions --------- Co-authored-by: Stainless Bot <[email protected]> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 7d08c1a commit d40fd32

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
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.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

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

3+
## 2.0.2 (2024-11-20)
4+
5+
Full Changelog: [v2.0.1...v2.0.2](https://github.com/browserbase/sdk-node/compare/v2.0.1...v2.0.2)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([#50](https://github.com/browserbase/sdk-node/issues/50)) ([3ae78b0](https://github.com/browserbase/sdk-node/commit/3ae78b0477cb19382fb37f66c36c8dfdd5c2c4ec))
10+
* remove redundant word in comment ([#53](https://github.com/browserbase/sdk-node/issues/53)) ([93f75da](https://github.com/browserbase/sdk-node/commit/93f75da8176b3756133682ef622bd359f011832d))
11+
12+
13+
### Documentation
14+
15+
* remove suggestion to use `npm` call out ([#52](https://github.com/browserbase/sdk-node/issues/52)) ([41832d5](https://github.com/browserbase/sdk-node/commit/41832d5220e500837950cfc565a6d40d03ff695a))
16+
317
## 2.0.1 (2024-11-19)
418

519
Full Changelog: [v2.0.0...v2.0.1](https://github.com/browserbase/sdk-node/compare/v2.0.0...v2.0.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The following runtimes are supported:
287287

288288
- Web browsers (Up-to-date Chrome, Firefox, Safari, Edge, and more)
289289
- Node.js 18 LTS or later ([non-EOL](https://endoflife.date/nodejs)) versions.
290-
- Deno v1.28.0 or higher, using `import Browserbase from "npm:@browserbasehq/sdk"`.
290+
- Deno v1.28.0 or higher.
291291
- Bun 1.0 or later.
292292
- Cloudflare Workers.
293293
- Vercel Edge Runtime.

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.0.1",
3+
"version": "2.0.2",
44
"description": "The official Node.js library for the Browserbase API",
55
"author": "Browserbase <[email protected]>",
66
"types": "dist/index.d.ts",

scripts/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm exec tsc-multi
3232
# copy over handwritten .js/.mjs/.d.ts files
3333
cp src/_shims/*.{d.ts,js,mjs,md} dist/_shims
3434
cp src/_shims/auto/*.{d.ts,js,mjs} dist/_shims/auto
35-
# we need to add exports = module.exports = Browserbase Node to index.js;
35+
# we need to add exports = module.exports = Browserbase to index.js;
3636
# No way to get that from index.ts because it would cause compile errors
3737
# when building .mjs
3838
node scripts/utils/fix-index-exports.cjs

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.1'; // x-release-please-version
1+
export const VERSION = '2.0.2'; // x-release-please-version

0 commit comments

Comments
 (0)