diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd052280b..5d02000aff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e1a1ca48..6dde071456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.6.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.0...chromium-bidi-v0.6.1) (2024-07-12) + + +### Features + +* include vendor-prefixed additional request data ([#2406](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2406)) ([76bce85](https://github.com/GoogleChromeLabs/chromium-bidi/commit/76bce8552ddf45633181ce2af1050fe46de55e65)) +* include vendor-prefixed security details ([#2405](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2405)) ([414fa88](https://github.com/GoogleChromeLabs/chromium-bidi/commit/414fa88f2c50ea53f4d714e9fc8d2951f858f5cf)) + + +### Bug Fixes + +* default `beforeUnload` behavior is `accept` ([#2397](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2397)) ([0d79f4b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0d79f4b606c305d9ae2602204cb34952976ff86c)) +* restore OOPiF state ([#2381](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2381)) ([3e9855c](https://github.com/GoogleChromeLabs/chromium-bidi/commit/3e9855c5a57b3c72745407906d081c0e57f042e9)) +* the capability to ignore cert errors should be browser-wide ([#2369](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2369)) ([6db665b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/6db665b2a989f93b5fa3d2b3881ba16fd5248442)) + ## [0.6.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.24...chromium-bidi-v0.6.0) (2024-06-28) diff --git a/package-lock.json b/package-lock.json index 682065d378..6e5db9bbf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chromium-bidi", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chromium-bidi", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "mitt": "3.0.1", diff --git a/package.json b/package.json index 188a25f423..e2e5cc2619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromium-bidi", - "version": "0.6.0", + "version": "0.6.1", "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",