Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.12.32...v3.0.0) (2024-09-16)

### ⚠ BREAKING CHANGES

* WAD is does not get installed automatically anymore upon driver install

From now on the driver install won't include the automatic server deployment. Instead it is expected that WAD server is installed via the driver script: `appium driver run windows install-wad <optional_wad_version>`.

### Features

* Move WAD server installation into a driver script ([#277](#277)) ([23ab085](23ab085))
  • Loading branch information
semantic-release-bot committed Sep 16, 2024
1 parent 23ab085 commit 87e1a1d
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 @@
## [3.0.0](https://github.com/appium/appium-windows-driver/compare/v2.12.32...v3.0.0) (2024-09-16)

### ⚠ BREAKING CHANGES

* WAD is does not get installed automatically anymore upon driver install

From now on the driver install won't include the automatic server deployment. Instead it is expected that WAD server is installed via the driver script: `appium driver run windows install-wad <optional_wad_version>`.

### Features

* Move WAD server installation into a driver script ([#277](https://github.com/appium/appium-windows-driver/issues/277)) ([23ab085](https://github.com/appium/appium-windows-driver/commit/23ab08549f88d6c52e8ad872b08e97b8f5ec5edb))

## [2.12.32](https://github.com/appium/appium-windows-driver/compare/v2.12.31...v2.12.32) (2024-09-13)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-windows-driver",
"version": "2.12.32",
"version": "3.0.0",
"description": "Appium bridge to WinAppDriver",
"keywords": [
"appium",
Expand Down

0 comments on commit 87e1a1d

Please sign in to comment.