Skip to content

Commit 08bc17b

Browse files
chore(main): release chromium-bidi 7.3.0 (#3616)
🤖 I have created a release *beep* *boop* --- ## [7.3.0](chromium-bidi-v7.2.0...chromium-bidi-v7.3.0) (2025-08-07) ### Features * implement `network.setExtraHeaders` ([#3629](#3629)) ([937d719](937d719)) ### Bug Fixes * allow svg element as a start node ([#3614](#3614)) ([32e4657](32e4657)) * respect configs in OOPiF ([#3630](#3630)) ([c66d125](c66d125)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 937d719 commit 08bc17b

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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-
".": "7.2.0"
2+
".": "7.3.0"
33
}

CHANGELOG.md

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

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

5+
## [7.3.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v7.2.0...chromium-bidi-v7.3.0) (2025-08-07)
6+
7+
8+
### Features
9+
10+
* implement `network.setExtraHeaders` ([#3629](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3629)) ([937d719](https://github.com/GoogleChromeLabs/chromium-bidi/commit/937d719a8ed29dc25bf51d1f166ec1f10bc954fd))
11+
12+
13+
### Bug Fixes
14+
15+
* allow svg element as a start node ([#3614](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3614)) ([32e4657](https://github.com/GoogleChromeLabs/chromium-bidi/commit/32e46573ee42c043c1462d5eea0a09999b0fa314))
16+
* respect configs in OOPiF ([#3630](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3630)) ([c66d125](https://github.com/GoogleChromeLabs/chromium-bidi/commit/c66d125b659c704242111570782cb20afb4b3f75))
17+
518
## [7.2.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v7.1.1...chromium-bidi-v7.2.0) (2025-07-21)
619

720

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