Skip to content

Commit 5f5274b

Browse files
release: 1.19.0 (#195)
Co-authored-by: browserbase-stlc-bot[bot] <316693977+browserbase-stlc-bot[bot]@users.noreply.github.com>
1 parent 1630dc5 commit 5f5274b

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.18.1"
2+
".": "1.19.0"
33
}

CHANGELOG.md

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

3+
## [1.19.0](https://github.com/browserbase/sdk-python/compare/v1.18.1...v1.19.0) (2026-09-09)
4+
5+
6+
### Features
7+
8+
* **api:** declare the webhooks resource ([1630dc5](https://github.com/browserbase/sdk-python/commit/1630dc539d0746a33f0cf0198fd0c2ac38800727))
9+
10+
11+
### Chores
12+
13+
* **api:** reset webhooks before release re-land ([4e84b8c](https://github.com/browserbase/sdk-python/commit/4e84b8c736f6dd33eaa09c3efa8ba34faadb838b))
14+
315
## [1.18.1](https://github.com/browserbase/sdk-python/compare/v1.18.0...v1.18.1) (2026-09-03)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "browserbase"
3-
version = "1.18.1"
3+
version = "1.19.0"
44
description = "The official Python library for the Browserbase API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/browserbase/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "browserbase"
4-
__version__ = "1.18.1" # x-release-please-version
4+
__version__ = "1.19.0" # x-release-please-version

0 commit comments

Comments
 (0)