Skip to content

Commit

Permalink
release: 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 16, 2024
1 parent 702abb2 commit 17dc878
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.1.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.1.2 (2024-12-16)

Full Changelog: [v2.1.1...v2.1.2](https://github.com/browserbase/sdk-node/compare/v2.1.1...v2.1.2)

### Chores

* **internal:** codegen related update ([#50](https://github.com/browserbase/sdk-node/issues/50)) ([fa3fa06](https://github.com/browserbase/sdk-node/commit/fa3fa06b0c5b44e60dccd45a7d262341d7d4431c))
* **internal:** version bump ([#56](https://github.com/browserbase/sdk-node/issues/56)) ([fc0e9aa](https://github.com/browserbase/sdk-node/commit/fc0e9aa25f78e3136ceab807eb2df592b7a83e46))
* **internal:** version bump ([#60](https://github.com/browserbase/sdk-node/issues/60)) ([702abb2](https://github.com/browserbase/sdk-node/commit/702abb2c4e7d85100ea110528e70850d4a4f2c52))

## 2.1.1 (2024-12-12)

Full Changelog: [v2.1.0...v2.1.1](https://github.com/browserbase/sdk-node/compare/v2.1.0...v2.1.1)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/sdk",
"version": "2.1.1",
"version": "2.1.2",
"description": "The official Node.js library for the Browserbase API",
"author": "Browserbase <support@browserbase.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.1.1'; // x-release-please-version
export const VERSION = '2.1.2'; // x-release-please-version

0 comments on commit 17dc878

Please sign in to comment.