Skip to content

Commit 61fdba6

Browse files
stainless-app[bot]Stainless Bot
andauthored
release: 2.1.2 (#66)
Automated Release PR --- ## 2.1.2 (2024-12-29) Full Changelog: [v2.1.1...v2.1.2](v2.1.1...v2.1.2) ### Chores * **internal:** codegen related update ([#50](#50)) ([fa3fa06](fa3fa06)) * **internal:** version bump ([#56](#56)) ([fc0e9aa](fc0e9aa)) * **internal:** version bump ([#60](#60)) ([702abb2](702abb2)) * **internal:** version bump ([#67](#67)) ([93995d5](93995d5)) --- 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 ab25daa commit 61fdba6

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
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.1.1"
2+
".": "2.1.2"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 18
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-7f88912695bab2b98cb73137e6f36125d02fdfaf8eed4532ee1c82385609a259.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-7d749df7d5d78af46e1469203f20eca5dedd2f06076b3191f44ef921f4b10596.yml

CHANGELOG.md

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

3+
## 2.1.2 (2024-12-29)
4+
5+
Full Changelog: [v2.1.1...v2.1.2](https://github.com/browserbase/sdk-node/compare/v2.1.1...v2.1.2)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([#50](https://github.com/browserbase/sdk-node/issues/50)) ([fa3fa06](https://github.com/browserbase/sdk-node/commit/fa3fa06b0c5b44e60dccd45a7d262341d7d4431c))
10+
* **internal:** version bump ([#56](https://github.com/browserbase/sdk-node/issues/56)) ([fc0e9aa](https://github.com/browserbase/sdk-node/commit/fc0e9aa25f78e3136ceab807eb2df592b7a83e46))
11+
* **internal:** version bump ([#60](https://github.com/browserbase/sdk-node/issues/60)) ([702abb2](https://github.com/browserbase/sdk-node/commit/702abb2c4e7d85100ea110528e70850d4a4f2c52))
12+
* **internal:** version bump ([#67](https://github.com/browserbase/sdk-node/issues/67)) ([93995d5](https://github.com/browserbase/sdk-node/commit/93995d5e6b9d833a428ae0501d6d4700c3a2d67d))
13+
314
## 2.1.1 (2024-12-12)
415

516
Full Changelog: [v2.1.0...v2.1.1](https://github.com/browserbase/sdk-node/compare/v2.1.0...v2.1.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.1.1",
3+
"version": "2.1.2",
44
"description": "The official Node.js library for the Browserbase API",
55
"author": "Browserbase <[email protected]>",
66
"types": "dist/index.d.ts",

src/resources/sessions/logs.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export class Logs extends APIResource {
1313
}
1414

1515
export interface SessionLog {
16-
eventId: string;
17-
1816
method: string;
1917

2018
pageId: number;

src/version.ts

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

0 commit comments

Comments
 (0)