From 1fcfdc9fa6af75a1ec9cbb5566f8d116ec5ae7ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 13:44:49 +0000 Subject: [PATCH] chore(release): 9.4.1 [skip ci] ## [9.4.1](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.0...v9.4.1) (2024-10-04) ### Bug Fixes * release bump ([#1409](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1409)) ([c9bfea8](https://github.com/AppiumTestDistribution/appium-device-farm/commit/c9bfea862f4fc7ae65e15953a49beec5609d5ea2)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index add215c0..ee176d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.4.1](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.0...v9.4.1) (2024-10-04) + +### Bug Fixes + +* release bump ([#1409](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1409)) ([c9bfea8](https://github.com/AppiumTestDistribution/appium-device-farm/commit/c9bfea862f4fc7ae65e15953a49beec5609d5ea2)) + ## [9.4.0](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.3.0...v9.4.0) (2024-10-02) ### Features diff --git a/package.json b/package.json index 0573c0f0..23639a3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "9.4.0", + "version": "9.4.1", "description": "An appium 2.0 plugin that manages and create driver session on available devices", "main": "./lib/src/main.js", "scripts": {