Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/all-fffbb10ce6
Browse files Browse the repository at this point in the history
  • Loading branch information
sadym-chromium authored Dec 17, 2024
2 parents 6716041 + 68b43ca commit a33882f
Show file tree
Hide file tree
Showing 27 changed files with 1,989 additions and 663 deletions.
2 changes: 1 addition & 1 deletion .browser
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chrome@133.0.6857.0
chrome@133.0.6901.0
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.10.2"
".": "0.11.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.

## [0.11.0](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.10.2...chromium-bidi-v0.11.0) (2024-12-17)


### ⚠ BREAKING CHANGES

* align navigation started with the spec

### Features

* abort navigation only after frame navigated ([#2898](https://github.com/GoogleChromeLabs/chromium-bidi/issues/2898)) ([6c3d406](https://github.com/GoogleChromeLabs/chromium-bidi/commit/6c3d406296ad70ca51eca5dd7ec92b8e62843c95))


### Bug Fixes

* align navigation started with the spec ([960531f](https://github.com/GoogleChromeLabs/chromium-bidi/commit/960531f4663a74de0dc5623889357d5c80172dbf))

## [0.10.2](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.10.1...chromium-bidi-v0.10.2) (2024-12-11)


Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromium-bidi",
"version": "0.10.2",
"version": "0.11.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 Expand Up @@ -181,7 +181,7 @@
"chai": "4.5.0",
"chai-as-promised": "7.1.2",
"debug": "4.4.0",
"devtools-protocol": "0.0.1387316",
"devtools-protocol": "0.0.1396320",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
Expand Down
Loading

0 comments on commit a33882f

Please sign in to comment.