Skip to content

Commit

Permalink
chore(main): release chromium-bidi 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and Lightning00Blade committed Nov 6, 2024
1 parent 0fe1d1b commit 7e7efe3
Show file tree
Hide file tree
Showing 4 changed files with 11 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.0"
".": "0.9.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

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


### Reverts

* "chore: exclude targets that we do not interact with" ([#2736](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2736)) ([2a061d2](https://github.com/GoogleChromeLabs/chromium-bidi/commit/2a061d2808b6171eaf097caba2e88c285cf4deb8))

## [0.9.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.8.1...chromium-bidi-v0.9.0) (2024-10-23)


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.0",
"version": "0.9.1",
"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 7e7efe3

Please sign in to comment.