Skip to content

Commit

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


##
[0.6.1](chromium-bidi-v0.6.0...chromium-bidi-v0.6.1)
(2024-07-12)


### Features

* include vendor-prefixed additional request data
([#2406](#2406))
([76bce85](76bce85))
* include vendor-prefixed security details
([#2405](#2405))
([414fa88](414fa88))


### Bug Fixes

* default `beforeUnload` behavior is `accept`
([#2397](#2397))
([0d79f4b](0d79f4b))
* restore OOPiF state
([#2381](#2381))
([3e9855c](3e9855c))
* the capability to ignore cert errors should be browser-wide
([#2369](#2369))
([6db665b](6db665b))

---
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 Jul 12, 2024
1 parent 76bce85 commit f87bb75
Show file tree
Hide file tree
Showing 4 changed files with 19 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.0"
".": "0.6.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.6.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.0...chromium-bidi-v0.6.1) (2024-07-12)


### Features

* include vendor-prefixed additional request data ([#2406](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2406)) ([76bce85](https://github.com/GoogleChromeLabs/chromium-bidi/commit/76bce8552ddf45633181ce2af1050fe46de55e65))
* include vendor-prefixed security details ([#2405](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2405)) ([414fa88](https://github.com/GoogleChromeLabs/chromium-bidi/commit/414fa88f2c50ea53f4d714e9fc8d2951f858f5cf))


### Bug Fixes

* default `beforeUnload` behavior is `accept` ([#2397](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2397)) ([0d79f4b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0d79f4b606c305d9ae2602204cb34952976ff86c))
* restore OOPiF state ([#2381](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2381)) ([3e9855c](https://github.com/GoogleChromeLabs/chromium-bidi/commit/3e9855c5a57b3c72745407906d081c0e57f042e9))
* the capability to ignore cert errors should be browser-wide ([#2369](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2369)) ([6db665b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/6db665b2a989f93b5fa3d2b3881ba16fd5248442))

## [0.6.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.24...chromium-bidi-v0.6.0) (2024-06-28)


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.0",
"version": "0.6.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 f87bb75

Please sign in to comment.