Skip to content

Commit e8e7a79

Browse files
chore(main): release chromium-bidi 13.1.0 (#4006)
🤖 I have created a release *beep* *boop* --- ## [13.1.0](chromium-bidi-v13.0.1...chromium-bidi-v13.1.0) (2026-01-29) ### Features * implement `browser.setClientWindowState` ([#4031](#4031)) ([8b284ee](8b284ee)) ### Bug Fixes * handle uncaught exceptions in close method ([#4005](#4005)) ([8f0ef95](8f0ef95)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8b284ee commit e8e7a79

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [13.1.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v13.0.1...chromium-bidi-v13.1.0) (2026-01-29)
6+
7+
8+
### Features
9+
10+
* implement `browser.setClientWindowState` ([#4031](https://github.com/GoogleChromeLabs/chromium-bidi/issues/4031)) ([8b284ee](https://github.com/GoogleChromeLabs/chromium-bidi/commit/8b284eeb6ac270489056b3d4885e5f393a21acfd))
11+
12+
13+
### Bug Fixes
14+
15+
* handle uncaught exceptions in close method ([#4005](https://github.com/GoogleChromeLabs/chromium-bidi/issues/4005)) ([8f0ef95](https://github.com/GoogleChromeLabs/chromium-bidi/commit/8f0ef95783e8bdcd5e08a29675db70146682f087))
16+
517
## [13.0.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v13.0.0...chromium-bidi-v13.0.1) (2026-01-21)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromium-bidi",
3-
"version": "13.0.1",
3+
"version": "13.1.0",
44
"description": "An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.",
55
"scripts": {
66
"build": "wireit",

0 commit comments

Comments
 (0)