Skip to content

Commit 6acb8b1

Browse files
chore(main): release chromium-bidi 6.0.0 (#3444)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](chromium-bidi-v5.3.1...chromium-bidi-v6.0.0) (2025-06-16) ### ⚠ BREAKING CHANGES * **chrome:** update the pinned browser version to 139.0.7215.0 ([#3450](#3450)) ### Features * **chrome:** update the pinned browser version to 139.0.7215.0 ([#3450](#3450)) ([4c53302](4c53302)) * Support GATT descriptor event ([#3443](#3443)) ([41eddf8](41eddf8)) --- 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 e664ec0 commit 6acb8b1

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-
".": "5.3.1"
2+
".": "6.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+
## [6.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v5.3.1...chromium-bidi-v6.0.0) (2025-06-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **chrome:** update the pinned browser version to 139.0.7215.0 ([#3450](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3450))
11+
12+
### Features
13+
14+
* **chrome:** update the pinned browser version to 139.0.7215.0 ([#3450](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3450)) ([4c53302](https://github.com/GoogleChromeLabs/chromium-bidi/commit/4c5330210d3c737ab81bf57a93109bef83f04f5a))
15+
* Support GATT descriptor event ([#3443](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3443)) ([41eddf8](https://github.com/GoogleChromeLabs/chromium-bidi/commit/41eddf84d7d3b38ec4d971bf94a5e8572e13b148))
16+
517
## [5.3.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v5.3.0...chromium-bidi-v5.3.1) (2025-05-23)
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": "5.3.1",
3+
"version": "6.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)