From 87e1a1d0694bdbce80149588f21c021e6dbfd070 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 06:14:07 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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 `. ### 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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea507d..2e6c5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `. + +### 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 diff --git a/package.json b/package.json index 7ed5f8e..4bdfec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-windows-driver", - "version": "2.12.32", + "version": "3.0.0", "description": "Appium bridge to WinAppDriver", "keywords": [ "appium",