Skip to content

Commit ebed730

Browse files
chore(main): release chromium-bidi 4.2.0 (#3352)
🤖 I have created a release *beep* *boop* --- ## [4.2.0](chromium-bidi-v4.1.1...chromium-bidi-v4.2.0) (2025-04-30) ### Features * emulate geolocation positionUnavailable ([#3359](#3359)) ([6975bcc](6975bcc)) * provide proper context id in `browsingContext.userPrompt` ([#3349](#3349)) ([e504ba1](e504ba1)) --- 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 6975bcc commit ebed730

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-
".": "4.1.1"
2+
".": "4.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+
## [4.2.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v4.1.1...chromium-bidi-v4.2.0) (2025-04-30)
6+
7+
8+
### Features
9+
10+
* emulate geolocation positionUnavailable ([#3359](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3359)) ([6975bcc](https://github.com/GoogleChromeLabs/chromium-bidi/commit/6975bcc8fa626d8620934328d25496998dcf95f8))
11+
* provide proper context id in `browsingContext.userPrompt` ([#3349](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3349)) ([e504ba1](https://github.com/GoogleChromeLabs/chromium-bidi/commit/e504ba19c93381f874798e40ee1050d7122f55e7))
12+
513
## [4.1.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v4.1.0...chromium-bidi-v4.1.1) (2025-04-24)
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": "4.1.1",
3+
"version": "4.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)