Skip to content

Commit

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


##
[0.10.0](chromium-bidi-v0.9.1...chromium-bidi-v0.10.0)
(2024-11-13)


### ⚠ BREAKING CHANGES

* **chrome:** update the pinned browser version to 133.0.6835.0
([#2758](#2758))

### Features

* **chrome:** update the pinned browser version to 133.0.6835.0
([#2758](#2758))
([1aa0a5e](1aa0a5e))


### Bug Fixes

* allow setting `bluetooth.simulateAdapter` multiple times
([#2762](#2762))
([3963880](3963880))

---
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 Nov 15, 2024
1 parent cb226c5 commit 72b06ae
Show file tree
Hide file tree
Showing 4 changed files with 20 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 @@
{
".": "0.9.1"
".": "0.10.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## [0.10.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.9.1...chromium-bidi-v0.10.0) (2024-11-13)


### ⚠ BREAKING CHANGES

* **chrome:** update the pinned browser version to 133.0.6835.0 ([#2758](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2758))

### Features

* **chrome:** update the pinned browser version to 133.0.6835.0 ([#2758](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2758)) ([1aa0a5e](https://github.com/GoogleChromeLabs/chromium-bidi/commit/1aa0a5e3df21ff7a6bf3caf0554cdf0d6ecb0d01))


### Bug Fixes

* allow setting `bluetooth.simulateAdapter` multiple times ([#2762](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2762)) ([3963880](https://github.com/GoogleChromeLabs/chromium-bidi/commit/39638809e878cd0db5cd40d65489816033ad51b4))

## [0.9.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.9.0...chromium-bidi-v0.9.1) (2024-11-06)


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": "0.9.1",
"version": "0.10.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 72b06ae

Please sign in to comment.