Skip to content

Commit

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


##
[0.7.0](chromium-bidi-v0.6.5...chromium-bidi-v0.7.0)
(2024-09-05)


### ⚠ BREAKING CHANGES

* emit `browsingContext.contextDestroyed` once
([#2563](#2563))

### Bug Fixes

* always provide url in `browsingContext.navigationStarted`
([#2483](#2483))
([318d621](318d621))
* emit `browsingContext.contextDestroyed` once
([#2563](#2563))
([930d401](930d401))
* fail previous navigation on the next one
([#2569](#2569))
([0cfd51a](0cfd51a))
* navigation with wait `None`
([#2557](#2557))
([bf89379](bf89379))

---
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 5, 2024
1 parent 7e6769e commit 46546de
Show file tree
Hide file tree
Showing 4 changed files with 18 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.6.5"
".": "0.7.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.7.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.5...chromium-bidi-v0.7.0) (2024-09-05)


### ⚠ BREAKING CHANGES

* emit `browsingContext.contextDestroyed` once ([#2563](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2563))

### Bug Fixes

* always provide url in `browsingContext.navigationStarted` ([#2483](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2483)) ([318d621](https://github.com/GoogleChromeLabs/chromium-bidi/commit/318d6212570ae8abe2c22e06c5bb618cdb34286c))
* emit `browsingContext.contextDestroyed` once ([#2563](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2563)) ([930d401](https://github.com/GoogleChromeLabs/chromium-bidi/commit/930d401862910bf78f9d5d66dd9b2218fd8f8aa3))
* fail previous navigation on the next one ([#2569](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2569)) ([0cfd51a](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0cfd51ad7704f5d489b170946a073e17e23f0eeb))
* navigation with wait `None` ([#2557](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2557)) ([bf89379](https://github.com/GoogleChromeLabs/chromium-bidi/commit/bf8937958df8066995230f63435b7ea41adc1dfb))

## [0.6.5](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.4...chromium-bidi-v0.6.5) (2024-08-29)


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.6.5",
"version": "0.7.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 46546de

Please sign in to comment.