Skip to content

Commit

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


##
[0.9.0](chromium-bidi-v0.8.1...chromium-bidi-v0.9.0)
(2024-10-23)


### ⚠ BREAKING CHANGES

* **chrome:** update the pinned browser version to 132.0.6779.0
([#2680](#2680))

### Features

* align abort navigation with the spec
([#2715](#2715))
([6edf07b](6edf07b))
* **chrome:** update the pinned browser version to 132.0.6779.0
([#2680](#2680))
([c80f6b5](c80f6b5))
* implement browsingContext.historyUpdated
([#2656](#2656))
([48d496a](48d496a))


### Bug Fixes

* don't unblock on interception removed
([#2135](#2135))
([b6cc9a1](b6cc9a1))

---
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 Oct 23, 2024
1 parent 9506206 commit 3869733
Show file tree
Hide file tree
Showing 4 changed files with 22 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.8.1"
".": "0.9.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.9.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.8.1...chromium-bidi-v0.9.0) (2024-10-23)


### ⚠ BREAKING CHANGES

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

### Features

* align abort navigation with the spec ([#2715](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2715)) ([6edf07b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/6edf07b9891e9cc75a5af17feabe6c54c0adfbca))
* **chrome:** update the pinned browser version to 132.0.6779.0 ([#2680](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2680)) ([c80f6b5](https://github.com/GoogleChromeLabs/chromium-bidi/commit/c80f6b5fc6c6231af7611e635c84b2894d8c07ab))
* implement browsingContext.historyUpdated ([#2656](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2656)) ([48d496a](https://github.com/GoogleChromeLabs/chromium-bidi/commit/48d496aee4215fd79e6e2a6eb80b6f8d2d6f92b4))


### Bug Fixes

* don't unblock on interception removed ([#2135](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2135)) ([b6cc9a1](https://github.com/GoogleChromeLabs/chromium-bidi/commit/b6cc9a1479e78954fdc93d1d37a6bfab70fff85d))

## [0.8.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.8.0...chromium-bidi-v0.8.1) (2024-10-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.8.1",
"version": "0.9.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",
Expand Down

0 comments on commit 3869733

Please sign in to comment.