Skip to content

Commit f990fb4

Browse files
chore(release): 9.5.4 [skip ci]
## [9.5.4](v9.5.3...v9.5.4) (2025-02-18) ### Bug Fixes * handle proper mjpegServerPort for ios streaming from node ([#1550](#1550)) ([07bd279](07bd279))
1 parent 07bd279 commit f990fb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.5.4](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.5.3...v9.5.4) (2025-02-18)
2+
3+
### Bug Fixes
4+
5+
* handle proper mjpegServerPort for ios streaming from node ([#1550](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1550)) ([07bd279](https://github.com/AppiumTestDistribution/appium-device-farm/commit/07bd279af1492e8f2ebab35ef5f067bd92b5c833))
6+
17
## [9.5.3](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.5.2...v9.5.3) (2025-02-18)
28

39
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-device-farm",
3-
"version": "9.5.3",
3+
"version": "9.5.4",
44
"description": "An appium 2.0 plugin that manages and create driver session on available devices.",
55
"main": "./lib/src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)