Skip to content

Commit

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


##
[0.10.1](chromium-bidi-v0.10.0...chromium-bidi-v0.10.1)
(2024-11-25)


### Features

* do not emit initial navigation events
([#2796](#2796))
([c8c9cdf](c8c9cdf))
* implement `browser.getClientWindows`
([#2780](#2780))
([7b91906](7b91906))


### Bug Fixes

* `browser.getClientWindows` returns a unique per window value
([#2783](#2783))
([0f97130](0f97130))

---
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 25, 2024
1 parent 7e31bc3 commit 1447bea
Show file tree
Hide file tree
Showing 4 changed files with 17 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.10.0"
".": "0.10.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.10.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.10.0...chromium-bidi-v0.10.1) (2024-11-25)


### Features

* do not emit initial navigation events ([#2796](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2796)) ([c8c9cdf](https://github.com/GoogleChromeLabs/chromium-bidi/commit/c8c9cdfe1cc28448b8d136bf575a87917cbc9325))
* implement `browser.getClientWindows` ([#2780](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2780)) ([7b91906](https://github.com/GoogleChromeLabs/chromium-bidi/commit/7b9190627000b839dbe2a903d464a4715d980e72))


### Bug Fixes

* `browser.getClientWindows` returns a unique per window value ([#2783](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2783)) ([0f97130](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0f971303281aba1910786035facc5eb54a833232))

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


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.10.0",
"version": "0.10.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 1447bea

Please sign in to comment.