Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18.1"
".": "2.19.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.19.0](https://github.com/browserbase/sdk-node/compare/v2.18.1...v2.19.0) (2026-08-25)


### Features

* **sessions:** support expiresIn for debug URLs ([c49d5ff](https://github.com/browserbase/sdk-node/commit/c49d5ff9b25a2362f466e1b1eedae1d5e6537b8d))


### Bug Fixes

* **client:** omit Content-Type on bodyless DELETE requests ([#4](https://github.com/browserbase/sdk-node/issues/4)) ([2051799](https://github.com/browserbase/sdk-node/commit/205179994d8bb14823301c6f653f2ed41b1817a4))


### Chores

* add CODEOWNERS — core-browser owns this repo ([#3](https://github.com/browserbase/sdk-node/issues/3)) ([87176b8](https://github.com/browserbase/sdk-node/commit/87176b8606e156193b639a8f2d7f0285c6217989))
* reconcile trunk fork from independently-added CODEOWNERS ([6021c23](https://github.com/browserbase/sdk-node/commit/6021c23b4d076788e04b1dcd21057a6a1ee81574))
* reconcile trunk fork from the 2.18.1 release squash ([9a85609](https://github.com/browserbase/sdk-node/commit/9a85609c3f160b6ef0369ac652c59aa81429c45b))
* reconcile trunk fork from the 2.18.1 release squash ([c4e0ee9](https://github.com/browserbase/sdk-node/commit/c4e0ee93e7af9f3839e19ce594037d99abfbbc95))

## [2.18.1](https://github.com/browserbase/sdk-node/compare/v2.18.0...v2.18.1) (2026-08-17)


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.18.1",
"version": "2.19.0",
"description": "The official Node.js library for the Browserbase API",
"author": "Browserbase <support@browserbase.com>",
"license": "Apache-2.0",
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.18.1'; // x-release-please-version
export const VERSION = '2.19.0'; // x-release-please-version
Loading