Skip to content

Commit 7c24eb2

Browse files
chore(main): release chromium-bidi 5.3.0 (#3418)
🤖 I have created a release *beep* *boop* --- ## [5.3.0](chromium-bidi-v5.2.0...chromium-bidi-v5.3.0) (2025-05-22) ### Features * `proxy` configuration per user context ([#3430](#3430)) ([95623ac](95623ac)) * Support GATT characteristic event ([#3404](#3404)) ([d0eeb2d](d0eeb2d)) --- 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 b9ebf82 commit 7c24eb2

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-
".": "5.2.0"
2+
".": "5.3.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+
## [5.3.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v5.2.0...chromium-bidi-v5.3.0) (2025-05-22)
6+
7+
8+
### Features
9+
10+
* `proxy` configuration per user context ([#3430](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3430)) ([95623ac](https://github.com/GoogleChromeLabs/chromium-bidi/commit/95623ac9548ad9a72924c193d3220b8d10895222))
11+
* Support GATT characteristic event ([#3404](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3404)) ([d0eeb2d](https://github.com/GoogleChromeLabs/chromium-bidi/commit/d0eeb2d67bd8ee07bde9e151d74b9184c3c2f4aa))
12+
513
## [5.2.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v5.1.0...chromium-bidi-v5.2.0) (2025-05-15)
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": "5.2.0",
3+
"version": "5.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)