Skip to content

Commit

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


##
[1.3.0](chromium-bidi-v1.2.0...chromium-bidi-v1.3.0)
(2025-02-05)


### Features

* emit `browsingContext.navigationCommitted` event
([#3057](#3057))
([58be24c](58be24c))
* implement user context subscriptions
([#3039](#3039))
([7decf27](7decf27))
* support UserContext in PreloadScripts
([#3072](#3072))
([dd2c9c0](dd2c9c0))


### Bug Fixes

* group clicks in action
([#3052](#3052))
([c2d7fe3](c2d7fe3))

---
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 Feb 6, 2025
1 parent 15ac33d commit 9afbab2
Show file tree
Hide file tree
Showing 4 changed files with 18 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.2.0"
".": "1.3.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [1.3.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.2.0...chromium-bidi-v1.3.0) (2025-02-05)


### Features

* emit `browsingContext.navigationCommitted` event ([#3057](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3057)) ([58be24c](https://github.com/GoogleChromeLabs/chromium-bidi/commit/58be24cfa09a04f6cf7d1068cfe697baee32298b))
* implement user context subscriptions ([#3039](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3039)) ([7decf27](https://github.com/GoogleChromeLabs/chromium-bidi/commit/7decf27c36bc0a6b8d268472e260920300d49db2))
* support UserContext in PreloadScripts ([#3072](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3072)) ([dd2c9c0](https://github.com/GoogleChromeLabs/chromium-bidi/commit/dd2c9c0ee62f761903c20c6d83ea2c0afaa7bf73))


### Bug Fixes

* group clicks in action ([#3052](https://github.com/GoogleChromeLabs/chromium-bidi/issues/3052)) ([c2d7fe3](https://github.com/GoogleChromeLabs/chromium-bidi/commit/c2d7fe3e1d6c93718f7279dd05bc5a7051281c54))

## [1.2.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v1.1.0...chromium-bidi-v1.2.0) (2025-01-28)


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.2.0",
"version": "1.3.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 9afbab2

Please sign in to comment.