From 955a418b758e4eed396e686fb776c56e33315035 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:08:28 +0200 Subject: [PATCH] chore(main): release chromium-bidi 0.6.2 (#2413) :robot: I have created a release *beep* *boop* --- ## [0.6.2](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.1...chromium-bidi-v0.6.2) (2024-07-22) ### Bug Fixes * only auto-attach to a target once ([#2421](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2421)) ([7118b96](https://github.com/GoogleChromeLabs/chromium-bidi/commit/7118b96f587ce7bb0fd69e72af33f37afff86fc2)) * support `default` for BeforeUnload prompt ([#2412](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2412)) ([f24ad85](https://github.com/GoogleChromeLabs/chromium-bidi/commit/f24ad85e6232f5f39232db5ca6c9530ae303e1d5)) * support for cookies in ContinueRequest ([#2370](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2370)) ([0cd7e12](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0cd7e126e8182292701db330f0522b1da50497e1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000aff..bf5f1fb272 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dde071456..f7e35fe017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.6.2](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.1...chromium-bidi-v0.6.2) (2024-07-22) + + +### Bug Fixes + +* only auto-attach to a target once ([#2421](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2421)) ([7118b96](https://github.com/GoogleChromeLabs/chromium-bidi/commit/7118b96f587ce7bb0fd69e72af33f37afff86fc2)) +* support `default` for BeforeUnload prompt ([#2412](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2412)) ([f24ad85](https://github.com/GoogleChromeLabs/chromium-bidi/commit/f24ad85e6232f5f39232db5ca6c9530ae303e1d5)) +* support for cookies in ContinueRequest ([#2370](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2370)) ([0cd7e12](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0cd7e126e8182292701db330f0522b1da50497e1)) + ## [0.6.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.0...chromium-bidi-v0.6.1) (2024-07-12) diff --git a/package-lock.json b/package-lock.json index ce03e1bbbc..9b9e6681ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chromium-bidi", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chromium-bidi", - "version": "0.6.1", + "version": "0.6.2", "license": "Apache-2.0", "dependencies": { "mitt": "3.0.1", diff --git a/package.json b/package.json index 3428165c3f..8f906a8524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromium-bidi", - "version": "0.6.1", + "version": "0.6.2", "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",