diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd949..895bf0e35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eec7be57..73109b6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-12) + + +### ⚠ 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) diff --git a/package-lock.json b/package-lock.json index 22e22870d..572a58341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chromium-bidi", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chromium-bidi", - "version": "1.3.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "mitt": "^3.0.1", diff --git a/package.json b/package.json index 28ee11af8..f9cbc1e6f 100644 --- a/package.json +++ b/package.json @@ -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",