From c06151cc5fd4e449e1d9ba3e6b03981be451e76b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:49:13 +0000 Subject: [PATCH] chore(main): release chromium-bidi 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd88304..c3f146397 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e5050f1..2af28f7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.2.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.1.0...chromium-bidi-v1.2.0) (2025-01-28) + + +### Features + +* implement unsubscribe by id ([#3013](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3013)) ([5f8752d](https://github.com/GoogleChromeLabs/chromium-bidi/commit/5f8752d9032aca1d6766922113778701d0228fc0)) + + +### Bug Fixes + +* allow `bluetooth.requestDevicePromptUpdated` subscription ([#3044](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3044)) ([dd4751d](https://github.com/GoogleChromeLabs/chromium-bidi/commit/dd4751d8bd4b9949a34cf568f20a5185d195c524)) +* fix unsubscribe by id parser ([#3034](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3034)) ([a51a55d](https://github.com/GoogleChromeLabs/chromium-bidi/commit/a51a55d904a51a5c02480963846a0e8f77e569c6)) +* handle max depth property ([#3027](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3027)) ([1393215](https://github.com/GoogleChromeLabs/chromium-bidi/commit/139321570632cd9567c488bd96b24b2b332d1398)) +* rely on frameSubtreeWillBeDetached to emit contextDestroyed events ([#3029](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3029)) ([0d04e0b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0d04e0b72d6bab22b9f715740dd48af5e32d1b4e)) +* support correct to base64 for non-latin ([#3031](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3031)) ([6fe665f](https://github.com/GoogleChromeLabs/chromium-bidi/commit/6fe665fead31d1a00a463d7c1ab5706abf416292)), closes [#3019](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3019) + ## [1.1.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.0.0...chromium-bidi-v1.1.0) (2025-01-17) diff --git a/package-lock.json b/package-lock.json index af6d18787..c57cf242e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chromium-bidi", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chromium-bidi", - "version": "1.1.0", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "mitt": "^3.0.1", diff --git a/package.json b/package.json index 66890ac31..2958698a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chromium-bidi", - "version": "1.1.0", + "version": "1.2.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",