Skip to content

Commit e36a534

Browse files
chore(main): release chromium-bidi 7.2.0 (#3590)
🤖 I have created a release *beep* *boop* --- ## [7.2.0](chromium-bidi-v7.1.1...chromium-bidi-v7.2.0) (2025-07-21) ### Features * implement `emulation.setTimezoneOverride` ([#3589](#3589)) ([1b7acaa](1b7acaa)) * support timezone offset emulation ([#3591](#3591)) ([a645f8e](a645f8e)) --- 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> Co-authored-by: Maksim Sadym <[email protected]>
1 parent 18997f7 commit e36a534

File tree

4 files changed

+12
-4
lines changed

4 files changed

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

CHANGELOG.md

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

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

5+
## [7.2.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v7.1.1...chromium-bidi-v7.2.0) (2025-07-21)
6+
7+
8+
### Features
9+
10+
* implement `emulation.setTimezoneOverride` ([#3589](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3589)) ([1b7acaa](https://github.com/GoogleChromeLabs/chromium-bidi/commit/1b7acaae8e30194fb39e1d5d57b01effb1d2f4bd))
11+
* support timezone offset emulation ([#3591](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3591)) ([a645f8e](https://github.com/GoogleChromeLabs/chromium-bidi/commit/a645f8e8956e67ee86b6f7e82a5f42912802d5cd))
12+
513
## [7.1.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v7.1.0...chromium-bidi-v7.1.1) (2025-07-16)
614

715

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