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 and sadym-chromium committed Feb 6, 2025
1 parent 7c6748e commit 58e6718
Show file tree
Hide file tree
Showing 4 changed files with 15 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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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-06)


### ⚠ 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))

## [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 58e6718

Please sign in to comment.