Skip to content

Commit

Permalink
chore(main): release chromium-bidi 1.2.0 (#3018)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](chromium-bidi-v1.1.0...chromium-bidi-v1.2.0)
(2025-01-28)


### Features

* implement unsubscribe by id
([#3013](#3013))
([5f8752d](5f8752d))


### Bug Fixes

* allow `bluetooth.requestDevicePromptUpdated` subscription
([#3044](#3044))
([dd4751d](dd4751d))
* fix unsubscribe by id parser
([#3034](#3034))
([a51a55d](a51a55d))
* handle max depth property
([#3027](#3027))
([1393215](1393215))
* rely on frameSubtreeWillBeDetached to emit contextDestroyed events
([#3029](#3029))
([0d04e0b](0d04e0b))
* support correct to base64 for non-latin
([#3031](#3031))
([6fe665f](6fe665f)),
closes
[#3019](#3019)

---
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>
  • Loading branch information
release-please[bot] authored Jan 28, 2025
1 parent dd4751d commit 75cf5db
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 75cf5db

Please sign in to comment.