Skip to content

Commit 6d0a494

Browse files
chore(main): release chromium-bidi 14.0.0 (#4057)
🤖 I have created a release *beep* *boop* --- ## [14.0.0](chromium-bidi-v13.1.1...chromium-bidi-v14.0.0) (2026-02-11) ### ⚠ BREAKING CHANGES * `emulation.setClientHintsOverride` -> `userAgentClientHints.setClientHintsOverride` ([#4053](#4053)) ### Features * `emulation.setClientHintsOverride` -> `userAgentClientHints.setClientHintsOverride` ([#4053](#4053)) ([2cc75f7](2cc75f7)) --- 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 53a4739 commit 6d0a494

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-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.1.1"
2+
".": "14.0.0"
33
}

CHANGELOG.md

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

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

5+
## [14.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v13.1.1...chromium-bidi-v14.0.0) (2026-02-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `emulation.setClientHintsOverride` -> `userAgentClientHints.setClientHintsOverride` ([#4053](https://github.com/GoogleChromeLabs/chromium-bidi/issues/4053))
11+
12+
### Features
13+
14+
* `emulation.setClientHintsOverride` -> `userAgentClientHints.setClientHintsOverride` ([#4053](https://github.com/GoogleChromeLabs/chromium-bidi/issues/4053)) ([2cc75f7](https://github.com/GoogleChromeLabs/chromium-bidi/commit/2cc75f7b81a617d0ed0103c9c0cfae7f6446deb6))
15+
516
## [13.1.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v13.1.0...chromium-bidi-v13.1.1) (2026-02-02)
617

718

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.1.1",
3+
"version": "14.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)