From 0feed931fa409d69dfb8fe38b3a1c774ac928758 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Feb 2025 09:32:28 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] ## [4.1.0](https://github.com/appium/appium-windows-driver/compare/v4.0.1...v4.1.0) (2025-02-09) ### Features * Make mouse coordinates DPI-aware ([#293](https://github.com/appium/appium-windows-driver/issues/293)) ([dc32a77](https://github.com/appium/appium-windows-driver/commit/dc32a77fa34fc9b115732bb9e30dde5adca48cbb)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f5fd2..905dc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.0](https://github.com/appium/appium-windows-driver/compare/v4.0.1...v4.1.0) (2025-02-09) + +### Features + +* Make mouse coordinates DPI-aware ([#293](https://github.com/appium/appium-windows-driver/issues/293)) ([dc32a77](https://github.com/appium/appium-windows-driver/commit/dc32a77fa34fc9b115732bb9e30dde5adca48cbb)) + ## [4.0.1](https://github.com/appium/appium-windows-driver/compare/v4.0.0...v4.0.1) (2025-02-04) ### Miscellaneous Chores diff --git a/package.json b/package.json index e54819e..ee9af7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-windows-driver", - "version": "4.0.1", + "version": "4.1.0", "description": "Appium bridge to WinAppDriver", "keywords": [ "appium",