Skip to content

Commit

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


##
[0.5.23](chromium-bidi-v0.5.22...chromium-bidi-v0.5.23)
(2024-06-11)


### Bug Fixes

* remove requests after they have been completed
([#2302](#2302))
([e4b4139](e4b4139)),
closes
[#2301](#2301)

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

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

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


### Bug Fixes

* remove requests after they have been completed ([#2302](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2302)) ([e4b4139](https://github.com/GoogleChromeLabs/chromium-bidi/commit/e4b4139e534b64c56824208e8773b0d12b50acb9)), closes [#2301](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2301)

## [0.5.22](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.21...chromium-bidi-v0.5.22) (2024-06-10)


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.22",
"version": "0.5.23",
"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 1e52719

Please sign in to comment.