Skip to content

Commit

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


##
[0.5.18](chromium-bidi-v0.5.17...chromium-bidi-v0.5.18)
(2024-04-23)


### Features

* implement accessibility locator
([#2148](#2148))
([e2a6303](e2a6303))


### Bug Fixes

* apply existing context check to default user context too
([#2121](#2121))
([0b1bbe5](0b1bbe5))
* get the correct status from last response extra info
([#2128](#2128))
([440e9ab](440e9ab))

---
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 Apr 23, 2024
1 parent 38e7933 commit 0eb619e
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.17"
".": "0.5.18"
}
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.18](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.17...chromium-bidi-v0.5.18) (2024-04-23)


### Features

* implement accessibility locator ([#2148](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2148)) ([e2a6303](https://github.com/GoogleChromeLabs/chromium-bidi/commit/e2a630362e9eaae294dae54eb2e16a3e0082f1a6))


### Bug Fixes

* apply existing context check to default user context too ([#2121](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2121)) ([0b1bbe5](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0b1bbe5e2bb713365275c5deb7658e58e185a13f))
* get the correct status from last response extra info ([#2128](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2128)) ([440e9ab](https://github.com/GoogleChromeLabs/chromium-bidi/commit/440e9ab6f0092254997edd8450d1609db2f9addd))

## [0.5.17](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.16...chromium-bidi-v0.5.17) (2024-04-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.17",
"version": "0.5.18",
"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 0eb619e

Please sign in to comment.