Skip to content

Commit

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


##
[0.5.24](chromium-bidi-v0.5.23...chromium-bidi-v0.5.24)
(2024-06-17)


### Features

* add support for `originalOpener` in BrowsingContext.Info
([#2318](#2318))
([a132812](a132812))


### Bug Fixes

* catch error when logging args
([#2319](#2319))
([90b9708](90b9708))
* handle `registerPromiseEvent` with errors
([#2323](#2323))
([d38472f](d38472f))

---
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 17, 2024
1 parent a132812 commit 2348937
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.5.23"
".": "0.5.24"
}
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.5.24](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.23...chromium-bidi-v0.5.24) (2024-06-17)


### Features

* add support for `originalOpener` in BrowsingContext.Info ([#2318](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2318)) ([a132812](https://github.com/GoogleChromeLabs/chromium-bidi/commit/a132812466195843558d1a98f61805ef1f8b83af))


### Bug Fixes

* catch error when logging args ([#2319](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2319)) ([90b9708](https://github.com/GoogleChromeLabs/chromium-bidi/commit/90b970879f9285e1a943bb13a9c59af5815644aa))
* handle `registerPromiseEvent` with errors ([#2323](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2323)) ([d38472f](https://github.com/GoogleChromeLabs/chromium-bidi/commit/d38472f65319fe63607681bf1eb1aa4ee2f7df83))

## [0.5.23](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.22...chromium-bidi-v0.5.23) (2024-06-11)


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.23",
"version": "0.5.24",
"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 2348937

Please sign in to comment.