Skip to content

Commit

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


##
[0.8.0](chromium-bidi-v0.7.1...chromium-bidi-v0.8.0)
(2024-09-30)


### ⚠ BREAKING CHANGES

* **chrome:** update the pinned browser version to 131.0.6724.0
([#2622](#2622))

### Features

* `browsingContext.traverseHistory` only for top-level navigables
([#2627](#2627))
([dd0dec5](dd0dec5))
* **chrome:** update the pinned browser version to 131.0.6724.0
([#2622](#2622))
([ff9658a](ff9658a))


### Bug Fixes

* show correct log method
([#2644](#2644))
([4c66419](4c66419))

---
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 Sep 30, 2024
1 parent 157dbd4 commit cd5ac55
Showing 4 changed files with 21 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.7.1"
".": "0.8.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,23 @@

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

## [0.8.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.7.1...chromium-bidi-v0.8.0) (2024-09-30)


### ⚠ BREAKING CHANGES

* **chrome:** update the pinned browser version to 131.0.6724.0 ([#2622](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2622))

### Features

* `browsingContext.traverseHistory` only for top-level navigables ([#2627](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2627)) ([dd0dec5](https://github.com/GoogleChromeLabs/chromium-bidi/commit/dd0dec59f7bedfbca59c61155eb0c8bb216c7bee))
* **chrome:** update the pinned browser version to 131.0.6724.0 ([#2622](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2622)) ([ff9658a](https://github.com/GoogleChromeLabs/chromium-bidi/commit/ff9658a3f80b8c612e41fcdcd5d5a054436ac333))


### Bug Fixes

* show correct log method ([#2644](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2644)) ([4c66419](https://github.com/GoogleChromeLabs/chromium-bidi/commit/4c66419b2ee6a34be894b92ed91bbbc75bea5a7b))

## [0.7.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.7.0...chromium-bidi-v0.7.1) (2024-09-16)


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.7.1",
"version": "0.8.0",
"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",

0 comments on commit cd5ac55

Please sign in to comment.