Skip to content

Commit

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


##
[0.7.1](chromium-bidi-v0.7.0...chromium-bidi-v0.7.1)
(2024-09-16)


### Features

* initial implementation for the Web Bluetooth spec
([#2060](#2060))
([ecb18d3](ecb18d3))
* support ESM module
([#2451](#2451))
([662a857](662a857))
* support network.setCacheBehavior
([#2593](#2593))
([75ba46c](75ba46c))
* support only statusCode in continueResponse
([#2598](#2598))
([1eeff5b](1eeff5b))


### Bug Fixes

* add bluetooth command parser and fix tests
([#2589](#2589))
([98ad2d9](98ad2d9))
* clear the buffered logs when browsing context is destroyed
([#2592](#2592))
([36fb707](36fb707)),
closes
[#475](#475)
* provide invalid set cache props
([#2590](#2590))
([0830f00](0830f00))
* **spec:** update WebBluetooth implementation to match the latest spec
([#2588](#2588))
([ec1ab96](ec1ab96))

---
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] committed Sep 16, 2024
1 parent c6fb0a4 commit e4fb8d2
Show file tree
Hide file tree
Showing 4 changed files with 22 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 @@
{
".": "0.7.0"
".": "0.7.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [0.7.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.7.0...chromium-bidi-v0.7.1) (2024-09-16)


### Features

* initial implementation for the Web Bluetooth spec ([#2060](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2060)) ([ecb18d3](https://github.com/GoogleChromeLabs/chromium-bidi/commit/ecb18d3e53582424b579dae8dd3367e937c66d66))
* support ESM module ([#2451](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2451)) ([662a857](https://github.com/GoogleChromeLabs/chromium-bidi/commit/662a857fc45a07b9278b95399494920e533594bd))
* support network.setCacheBehavior ([#2593](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2593)) ([75ba46c](https://github.com/GoogleChromeLabs/chromium-bidi/commit/75ba46c2d18d4f9542962388bde722c51beaf0bb))
* support only statusCode in continueResponse ([#2598](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2598)) ([1eeff5b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/1eeff5bd9f84beadd1cf0305d9d288fb974fe2a2))


### Bug Fixes

* add bluetooth command parser and fix tests ([#2589](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2589)) ([98ad2d9](https://github.com/GoogleChromeLabs/chromium-bidi/commit/98ad2d904c3be330c4fdf52032111156a1b88ab6))
* clear the buffered logs when browsing context is destroyed ([#2592](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2592)) ([36fb707](https://github.com/GoogleChromeLabs/chromium-bidi/commit/36fb7078ec0da6dc6b29befc1ce0e08a43bbf6d4)), closes [#475](https://github.com/GoogleChromeLabs/chromium-bidi/issues/475)
* provide invalid set cache props ([#2590](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2590)) ([0830f00](https://github.com/GoogleChromeLabs/chromium-bidi/commit/0830f001231b795a56724407562d81b8e0a469ab))
* **spec:** update WebBluetooth implementation to match the latest spec ([#2588](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2588)) ([ec1ab96](https://github.com/GoogleChromeLabs/chromium-bidi/commit/ec1ab9652196765293f1ae54ba73ac9d7a9e88d5))

## [0.7.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.6.5...chromium-bidi-v0.7.0) (2024-09-05)


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": "0.7.0",
"version": "0.7.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",
Expand Down

0 comments on commit e4fb8d2

Please sign in to comment.