Skip to content

Commit

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


##
[0.5.21](chromium-bidi-v0.5.20...chromium-bidi-v0.5.21)
(2024-06-07)


### Features

* restore frame tree when reconnecting to browser
([#2289](#2289))
([f7a0c75](f7a0c75))
* support creating tab in background
([#2262](#2262))
([e7c4b42](e7c4b42))


### Bug Fixes

* validate HTTP method
([#2284](#2284))
([a22694a](a22694a))
* wait for default realm to be created before evaluating script
([#2294](#2294))
([444e728](444e728))
* when reconnecting, save context's url
([#2276](#2276))
([9585138](9585138))

---
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 Jun 7, 2024
1 parent 444e728 commit d43f4ec
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.5.20"
".": "0.5.21"
}
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.5.21](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.20...chromium-bidi-v0.5.21) (2024-06-07)


### Features

* restore frame tree when reconnecting to browser ([#2289](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2289)) ([f7a0c75](https://github.com/GoogleChromeLabs/chromium-bidi/commit/f7a0c754b132d1b48bbdaa6f36a41345c3b64598))
* support creating tab in background ([#2262](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2262)) ([e7c4b42](https://github.com/GoogleChromeLabs/chromium-bidi/commit/e7c4b4224561c3fed6c389ac96df2972aaa10d13))


### Bug Fixes

* validate HTTP method ([#2284](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2284)) ([a22694a](https://github.com/GoogleChromeLabs/chromium-bidi/commit/a22694aa85de8e24fdae3da64879dad1ca4e48c4))
* wait for default realm to be created before evaluating script ([#2294](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2294)) ([444e728](https://github.com/GoogleChromeLabs/chromium-bidi/commit/444e728fab1efd684a7dc624f1abbc9444f76905))
* when reconnecting, save context's url ([#2276](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2276)) ([9585138](https://github.com/GoogleChromeLabs/chromium-bidi/commit/9585138fa75a508bca42b8cc7df42ed6a46aff9f))

## [0.5.20](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.19...chromium-bidi-v0.5.20) (2024-05-31)


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.5.20",
"version": "0.5.21",
"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 d43f4ec

Please sign in to comment.