Skip to content

Commit

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


##
[0.6.2](chromium-bidi-v0.6.1...chromium-bidi-v0.6.2)
(2024-07-22)


### Bug Fixes

* only auto-attach to a target once
([#2421](#2421))
([7118b96](7118b96))
* support `default` for BeforeUnload prompt
([#2412](#2412))
([f24ad85](f24ad85))
* support for cookies in ContinueRequest
([#2370](#2370))
([0cd7e12](0cd7e12))

---
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 22, 2024
1 parent 7118b96 commit 955a418
Show file tree
Hide file tree
Showing 4 changed files with 13 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.1"
".": "0.6.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.6.2](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.1...chromium-bidi-v0.6.2) (2024-07-22)


### Bug Fixes

* only auto-attach to a target once ([#2421](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2421)) ([7118b96](https://github.com/GoogleChromeLabs/chromium-bidi/commit/7118b96f587ce7bb0fd69e72af33f37afff86fc2))
* support `default` for BeforeUnload prompt ([#2412](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2412)) ([f24ad85](https://github.com/GoogleChromeLabs/chromium-bidi/commit/f24ad85e6232f5f39232db5ca6c9530ae303e1d5))
* support for cookies in ContinueRequest ([#2370](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2370)) ([0cd7e12](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0cd7e126e8182292701db330f0522b1da50497e1))

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


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.1",
"version": "0.6.2",
"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 955a418

Please sign in to comment.