diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4edefb2..89652a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.18.1" + ".": "2.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6363067..4e6a811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 905aebf..48fe75d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@browserbasehq/sdk", - "version": "2.18.1", + "version": "2.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@browserbasehq/sdk", - "version": "2.18.1", + "version": "2.19.0", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/package.json b/package.json index e068bf8..317fd35 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "Apache-2.0", diff --git a/src/version.ts b/src/version.ts index 3c2f391..3f68f78 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.18.1'; // x-release-please-version +export const VERSION = '2.19.0'; // x-release-please-version