diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b28fea992..7d9b009db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2cbc17b..11ee48d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.10.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.9.1...chromium-bidi-v0.10.0) (2024-11-13) + + +### ⚠ BREAKING CHANGES + +* **chrome:** update the pinned browser version to 133.0.6835.0 ([#2758](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2758)) + +### Features + +* **chrome:** update the pinned browser version to 133.0.6835.0 ([#2758](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2758)) ([1aa0a5e](https://github.com/GoogleChromeLabs/chromium-bidi/commit/1aa0a5e3df21ff7a6bf3caf0554cdf0d6ecb0d01)) + + +### Bug Fixes + +* allow setting `bluetooth.simulateAdapter` multiple times ([#2762](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2762)) ([3963880](https://github.com/GoogleChromeLabs/chromium-bidi/commit/39638809e878cd0db5cd40d65489816033ad51b4)) + ## [0.9.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.9.0...chromium-bidi-v0.9.1) (2024-11-06) diff --git a/package-lock.json b/package-lock.json index f79db6706..b0b110ff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chromium-bidi", - "version": "0.9.1", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chromium-bidi", - "version": "0.9.1", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { "mitt": "3.0.1", diff --git a/package.json b/package.json index 35eabe804..475165c1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromium-bidi", - "version": "0.9.1", + "version": "0.10.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",