From 0fd3828056614b701e2698bac38538dab6407d64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Jan 2025 15:02:26 +0000 Subject: [PATCH] chore(release): 9.5.0 [skip ci] ## [9.5.0](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.17...v9.5.0) (2025-01-16) ### Features * improve device streaming and support for remote network ([#1511](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1511)) ([ff01caa](https://github.com/AppiumTestDistribution/appium-device-farm/commit/ff01caa6b5a59ede00dcd0f6048260a795bc12e1)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453ca5d6..6a8b97a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.5.0](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.17...v9.5.0) (2025-01-16) + +### Features + +* improve device streaming and support for remote network ([#1511](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1511)) ([ff01caa](https://github.com/AppiumTestDistribution/appium-device-farm/commit/ff01caa6b5a59ede00dcd0f6048260a795bc12e1)) + ## [9.4.17](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.16...v9.4.17) (2025-01-03) ### Miscellaneous Chores diff --git a/package.json b/package.json index e4a75f53..3c096fd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "9.4.17", + "version": "9.5.0", "description": "An appium 2.0 plugin that manages and create driver session on available devices.", "main": "./lib/src/main.js", "scripts": {