Skip to content

Commit

Permalink
chore(main): release chromium-bidi 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 11, 2025
1 parent 2422f2a commit 34ffc6e
Show file tree
Hide file tree
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 @@
{
".": "1.3.0"
".": "2.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [2.0.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.3.0...chromium-bidi-v2.0.0) (2025-02-11)


### ⚠ BREAKING CHANGES

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

### Features

* **chrome:** update the pinned browser version to 135.0.7000.0 ([#3081](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3081)) ([6061a41](https://github.com/GoogleChromeLabs/chromium-bidi/commit/6061a4173460ebc355f0818414b3819aa0bf20b9))
* wait `none` waits for navigation to be committed ([#3086](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3086)) ([b8f30b1](https://github.com/GoogleChromeLabs/chromium-bidi/commit/b8f30b179c4c336c131741de900a19b67ed4c5f0))


### Bug Fixes

* **network:** propagate unsafe header error as invalid ([#3100](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3100)) ([0a2ce3b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0a2ce3bb95da7b2c78b19add74dd5c6788c2190b))

## [1.3.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.2.0...chromium-bidi-v1.3.0) (2025-02-05)


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": "1.3.0",
"version": "2.0.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 34ffc6e

Please sign in to comment.