Skip to content

Commit a59a5f5

Browse files
chore(main): release chromium-bidi 15.0.0 (#4060)
🤖 I have created a release *beep* *boop* --- ## [15.0.0](chromium-bidi-v14.0.0...chromium-bidi-v15.0.0) (2026-02-11) ### ⚠ BREAKING CHANGES * **chrome:** update the pinned browser version to 147.0.7681.0 ([#4058](#4058)) ### Features * **chrome:** update the pinned browser version to 147.0.7681.0 ([#4058](#4058)) ([fc034f3](fc034f3)) * use CDP for a11y selectors ([#4059](#4059)) ([9df3580](9df3580)) --- 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 9df3580 commit a59a5f5

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-
".": "14.0.0"
2+
".": "15.0.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+
## [15.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v14.0.0...chromium-bidi-v15.0.0) (2026-02-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **chrome:** update the pinned browser version to 147.0.7681.0 ([#4058](https://github.com/GoogleChromeLabs/chromium-bidi/issues/4058))
11+
12+
### Features
13+
14+
* **chrome:** update the pinned browser version to 147.0.7681.0 ([#4058](https://github.com/GoogleChromeLabs/chromium-bidi/issues/4058)) ([fc034f3](https://github.com/GoogleChromeLabs/chromium-bidi/commit/fc034f3910f7eac64e0aa52c531b331cdad010cb))
15+
* use CDP for a11y selectors ([#4059](https://github.com/GoogleChromeLabs/chromium-bidi/issues/4059)) ([9df3580](https://github.com/GoogleChromeLabs/chromium-bidi/commit/9df3580eb4f48c3c7a5d813f92b404aa78dbc07e))
16+
517
## [14.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v13.1.1...chromium-bidi-v14.0.0) (2026-02-11)
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": "14.0.0",
3+
"version": "15.0.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)