Skip to content

Commit

Permalink
chore(main): release chromium-bidi 2.1.0 (#3138)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.1.0](chromium-bidi-v2.0.0...chromium-bidi-v2.1.0)
(2025-02-28)


### Features

* webExtension module
([#3012](#3012))
([3994b79](3994b79))


### Bug Fixes

* hide cdp.send after the mapper receives it
([#3137](#3137))
([9ad3d11](9ad3d11))

---
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>
  • Loading branch information
release-please[bot] authored Feb 28, 2025
1 parent c8ccda0 commit 195fa76
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [2.1.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v2.0.0...chromium-bidi-v2.1.0) (2025-02-28)


### Features

* webExtension module ([#3012](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3012)) ([3994b79](https://github.com/GoogleChromeLabs/chromium-bidi/commit/3994b79aa92f33b299808f1f644ab309755b7fa9))


### Bug Fixes

* hide cdp.send after the mapper receives it ([#3137](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3137)) ([9ad3d11](https://github.com/GoogleChromeLabs/chromium-bidi/commit/9ad3d113b1594aa1318ad2223292e5bc0b149566))

## [2.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.3.0...chromium-bidi-v2.0.0) (2025-02-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromium-bidi",
"version": "2.0.0",
"version": "2.1.0",
"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.",
"scripts": {
"build": "wireit",
Expand Down

0 comments on commit 195fa76

Please sign in to comment.