Skip to content

Commit

Permalink
chore(main): release chromium-bidi 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 2, 2025
1 parent 84f9983 commit 955b53f
Show file tree
Hide file tree
Showing 4 changed files with 16 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.11.1"
".": "0.12.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.12.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.11.1...chromium-bidi-v0.12.0) (2025-01-02)


### Features

* provide proper network timings ([#2919](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2919)) ([22e096b](https://github.com/GoogleChromeLabs/chromium-bidi/commit/22e096bf65d86137de66d71f2728f0d3036d0d66))


### Bug Fixes

* regression in serialization ([#2928](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2928)) ([84f9983](https://github.com/GoogleChromeLabs/chromium-bidi/commit/84f99837c670d200e5ea5de9743e7fe17a54464e))

## [0.11.1](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.11.0...chromium-bidi-v0.11.1) (2024-12-18)


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.11.1",
"version": "0.12.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 955b53f

Please sign in to comment.