Skip to content

Commit

Permalink
chore(release): 7.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.20.1](v7.20.0...v7.20.1) (2024-06-26)

### Bug Fixes

* Apply the default exec timeout if not provided explicitly ([#2416](#2416)) ([9a793b1](9a793b1))
* Respect the remote port capability for real devices ([#2417](#2417)) ([f2d80da](f2d80da))
  • Loading branch information
semantic-release-bot committed Jun 26, 2024
1 parent f2d80da commit 345604a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.20.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.20.0...v7.20.1) (2024-06-26)

### Bug Fixes

* Apply the default exec timeout if not provided explicitly ([#2416](https://github.com/appium/appium-xcuitest-driver/issues/2416)) ([9a793b1](https://github.com/appium/appium-xcuitest-driver/commit/9a793b10a7cbbe317d6b2f85b25162e64a614dee))
* Respect the remote port capability for real devices ([#2417](https://github.com/appium/appium-xcuitest-driver/issues/2417)) ([f2d80da](https://github.com/appium/appium-xcuitest-driver/commit/f2d80da102b8fb3333b97a768bafe463553704cc))

## [7.20.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.19.0...v7.20.0) (2024-06-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"xcuitest",
"xctest"
],
"version": "7.20.0",
"version": "7.20.1",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 345604a

Please sign in to comment.