Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.0](v6.1.16...v7.0.0) (2025-01-24)

### ⚠ BREAKING CHANGES

* The detectWebDriverProtocol method of the Chromedriver class has been removed
* The desiredProtocol property of the Chromedriver class has been renamed to _desiredProtocol
* The driverVersion property of the Chromedriver has been changed to a getter

### Features

* Determine chromedriver version from the /status API output ([#456](#456)) ([797c8cc](797c8cc))
  • Loading branch information
semantic-release-bot committed Jan 24, 2025
1 parent 797c8cc commit 9ec6fb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [7.0.0](https://github.com/appium/appium-chromedriver/compare/v6.1.16...v7.0.0) (2025-01-24)

### ⚠ BREAKING CHANGES

* The detectWebDriverProtocol method of the Chromedriver class has been removed
* The desiredProtocol property of the Chromedriver class has been renamed to _desiredProtocol
* The driverVersion property of the Chromedriver has been changed to a getter

### Features

* Determine chromedriver version from the /status API output ([#456](https://github.com/appium/appium-chromedriver/issues/456)) ([797c8cc](https://github.com/appium/appium-chromedriver/commit/797c8cc3648712c0d8d17b15c5ef2be4af8a6c99))

## [6.1.16](https://github.com/appium/appium-chromedriver/compare/v6.1.15...v6.1.16) (2025-01-23)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"chrome",
"android"
],
"version": "6.1.16",
"version": "7.0.0",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 9ec6fb6

Please sign in to comment.