Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](v3.1.4...v4.0.0) (2025-02-01)

### ⚠ BREAKING CHANGES

* The following method arguments have been **modified**:
- startRecordingScreen
- stopRecordingScreen
- windowsDeleteFile
- windowsDeleteFolder
- windowsClick
- windowsScroll
- windowsClickAndDrag
- windowsHover
- windowsKeys
- windowsSetClipboard
- windowsGetClipboard

### Features

* Add support of executeMethodMap ([#290](#290)) ([a3c0849](a3c0849))
  • Loading branch information
semantic-release-bot committed Feb 1, 2025
1 parent a3c0849 commit ceea113
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [4.0.0](https://github.com/appium/appium-windows-driver/compare/v3.1.4...v4.0.0) (2025-02-01)

### ⚠ BREAKING CHANGES

* The following method arguments have been **modified**:
- startRecordingScreen
- stopRecordingScreen
- windowsDeleteFile
- windowsDeleteFolder
- windowsClick
- windowsScroll
- windowsClickAndDrag
- windowsHover
- windowsKeys
- windowsSetClipboard
- windowsGetClipboard

### Features

* Add support of executeMethodMap ([#290](https://github.com/appium/appium-windows-driver/issues/290)) ([a3c0849](https://github.com/appium/appium-windows-driver/commit/a3c08496cd3a5928fbdcd2aec824b966a4562b35))

## [3.1.4](https://github.com/appium/appium-windows-driver/compare/v3.1.3...v3.1.4) (2025-01-06)

### 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": "3.1.4",
"version": "4.0.0",
"description": "Appium bridge to WinAppDriver",
"keywords": [
"appium",
Expand Down

0 comments on commit ceea113

Please sign in to comment.