Skip to content

Commit

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


##
[0.6.5](chromium-bidi-v0.6.4...chromium-bidi-v0.6.5)
(2024-08-29)


### Bug Fixes

* allow pen to hover over
([#2524](#2524))
([79feac8](79feac8))
* css and xPath selector start node is document
([#2543](#2543))
([b6637c1](b6637c1))
* do not emit pen events if it is not detected by digitizer.
([#2530](#2530))
([3e581cd](3e581cd))
* emit realm events when subscribing
([#2486](#2486))
([5980d74](5980d74))

---
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 Aug 29, 2024
1 parent b6637c1 commit 0fa46f6
Show file tree
Hide file tree
Showing 4 changed files with 14 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.6.4"
".": "0.6.5"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.6.5](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.4...chromium-bidi-v0.6.5) (2024-08-29)


### Bug Fixes

* allow pen to hover over ([#2524](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2524)) ([79feac8](https://github.com/GoogleChromeLabs/chromium-bidi/commit/79feac847d2c5763f2b21d04d7f31e251a805ee9))
* css and xPath selector start node is document ([#2543](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2543)) ([b6637c1](https://github.com/GoogleChromeLabs/chromium-bidi/commit/b6637c16be66622a32067e5c64130ae44d7e1244))
* do not emit pen events if it is not detected by digitizer. ([#2530](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2530)) ([3e581cd](https://github.com/GoogleChromeLabs/chromium-bidi/commit/3e581cd2d46d814f61d30f26a8f138fc651ab4e9))
* emit realm events when subscribing ([#2486](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2486)) ([5980d74](https://github.com/GoogleChromeLabs/chromium-bidi/commit/5980d74c23a6650375f3f9db27a733c5e578649c))

## [0.6.4](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.3...chromium-bidi-v0.6.4) (2024-08-05)


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.6.4",
"version": "0.6.5",
"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 0fa46f6

Please sign in to comment.