Skip to content

Commit

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


##
[0.6.4](chromium-bidi-v0.6.3...chromium-bidi-v0.6.4)
(2024-08-05)


### Features

* implement capabilities handling in session.new
([#2448](#2448))
([9c74a9c](9c74a9c))


### Bug Fixes

* do not log env
([#2471](#2471))
([048fed1](048fed1))
* improve capabilities matching
([#2464](#2464))
([8181e44](8181e44))

---
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 5, 2024
1 parent dcba03d commit 54dab6c
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.6.3"
".": "0.6.4"
}
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.6.4](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.3...chromium-bidi-v0.6.4) (2024-08-05)


### Features

* implement capabilities handling in session.new ([#2448](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2448)) ([9c74a9c](https://github.com/GoogleChromeLabs/chromium-bidi/commit/9c74a9cc31df5cc4dd45fba716e361adc7d0b995))


### Bug Fixes

* do not log env ([#2471](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2471)) ([048fed1](https://github.com/GoogleChromeLabs/chromium-bidi/commit/048fed10fe7d942d4992a201dad713f2f6b40adf))
* improve capabilities matching ([#2464](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2464)) ([8181e44](https://github.com/GoogleChromeLabs/chromium-bidi/commit/8181e4481e0a78b1263e4b7b57afc892a9ff3b9a))

## [0.6.3](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.2...chromium-bidi-v0.6.3) (2024-07-26)


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.3",
"version": "0.6.4",
"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 54dab6c

Please sign in to comment.