Skip to content

Commit

Permalink
chore(release): 8.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.9.0](v8.8.0...v8.9.0) (2024-08-07)

### Features

* Add idleTimeoutMs param to the openUrl call ([#933](#933)) ([5e98841](5e98841))

### Bug Fixes

* Revert the logic to open the default URL in Safari via deeplink ([#932](#932)) ([7c51145](7c51145))
  • Loading branch information
semantic-release-bot committed Aug 7, 2024
1 parent 5e98841 commit bf7652a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [8.9.0](https://github.com/appium/WebDriverAgent/compare/v8.8.0...v8.9.0) (2024-08-07)

### Features

* Add idleTimeoutMs param to the openUrl call ([#933](https://github.com/appium/WebDriverAgent/issues/933)) ([5e98841](https://github.com/appium/WebDriverAgent/commit/5e98841f56eda6454d67d813b921bfcf98f1ff78))

### Bug Fixes

* Revert the logic to open the default URL in Safari via deeplink ([#932](https://github.com/appium/WebDriverAgent/issues/932)) ([7c51145](https://github.com/appium/WebDriverAgent/commit/7c5114518509c9a399845283eca7708248fb838f))

## [8.8.0](https://github.com/appium/WebDriverAgent/compare/v8.7.12...v8.8.0) (2024-08-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions WebDriverAgentLib/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.8.0</string>
<string>8.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8.8.0</string>
<string>8.9.0</string>
<key>NSPrincipalClass</key>
<string/>
</dict>
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-webdriveragent",
"version": "8.8.0",
"version": "8.9.0",
"description": "Package bundling WebDriverAgent",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit bf7652a

Please sign in to comment.