From 68cdd65417ebdbfcadc83fa9dcb519f00a3f8bb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2024 18:46:31 +0000 Subject: [PATCH] chore(release): 9.4.5 [skip ci] ## [9.4.5](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.4...v9.4.5) (2024-10-25) ### Bug Fixes * use dynamic ports for wda ([#1431](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1431)) ([bf390bd](https://github.com/AppiumTestDistribution/appium-device-farm/commit/bf390bdbc6eddb1ed9bf4fe2108064ecbe1e662e)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f644f0..d41a30d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.4.5](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.4...v9.4.5) (2024-10-25) + +### Bug Fixes + +* use dynamic ports for wda ([#1431](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1431)) ([bf390bd](https://github.com/AppiumTestDistribution/appium-device-farm/commit/bf390bdbc6eddb1ed9bf4fe2108064ecbe1e662e)) + ## [9.4.4](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.3...v9.4.4) (2024-10-25) ### Bug Fixes diff --git a/package.json b/package.json index c6f00377..44b7d682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "9.4.4", + "version": "9.4.5", "description": "An appium 2.0 plugin that manages and create driver session on available devices", "main": "./lib/src/main.js", "scripts": {