From 5e0e4534d183b24155a2ba7b586df4b9b2f9066a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Feb 2025 06:45:55 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/appium/appium-windows-driver/compare/v4.0.0...v4.0.1) (2025-02-04) ### Miscellaneous Chores * Avoid throwing generic error for an unknown execute script name ([#291](https://github.com/appium/appium-windows-driver/issues/291)) ([1fe3482](https://github.com/appium/appium-windows-driver/commit/1fe3482cc0cf7e864d01df5606e10795d66dd50d)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8936176..d0f5fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.1](https://github.com/appium/appium-windows-driver/compare/v4.0.0...v4.0.1) (2025-02-04) + +### Miscellaneous Chores + +* Avoid throwing generic error for an unknown execute script name ([#291](https://github.com/appium/appium-windows-driver/issues/291)) ([1fe3482](https://github.com/appium/appium-windows-driver/commit/1fe3482cc0cf7e864d01df5606e10795d66dd50d)) + ## [4.0.0](https://github.com/appium/appium-windows-driver/compare/v3.1.4...v4.0.0) (2025-02-01) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index ede3ed3..e54819e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-windows-driver", - "version": "4.0.0", + "version": "4.0.1", "description": "Appium bridge to WinAppDriver", "keywords": [ "appium",