Skip to content

Commit adbbc25

Browse files
release: 2.2.1
1 parent 579f065 commit adbbc25

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.2.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.2.1 (2025-01-28)
4+
5+
Full Changelog: [v2.2.0...v2.2.1](https://github.com/browserbase/sdk-node/compare/v2.2.0...v2.2.1)
6+
7+
### Chores
8+
9+
* **internal:** version bump ([#129](https://github.com/browserbase/sdk-node/issues/129)) ([579f065](https://github.com/browserbase/sdk-node/commit/579f065310a7d06b13b9c6a82adf78718fcd3751))
10+
311
## 2.2.0 (2025-01-28)
412

513
Full Changelog: [v2.1.3...v2.2.0](https://github.com/browserbase/sdk-node/compare/v2.1.3...v2.2.0)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/sdk",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "The official Node.js library for the Browserbase API",
55
"author": "Browserbase <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.2.0'; // x-release-please-version
1+
export const VERSION = '2.2.1'; // x-release-please-version

0 commit comments

Comments
 (0)