From e62db88a27c072755909469b304b8ea3ff0e0da3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jun 2024 00:27:24 +0000 Subject: [PATCH] chore(release): 2.40.6 [skip ci] ## [2.40.6](https://github.com/appium/appium-espresso-driver/compare/v2.40.5...v2.40.6) (2024-06-14) ### Bug Fixes * Add a workaround for wrong adb exit code on service stop ([#1012](https://github.com/appium/appium-espresso-driver/issues/1012)) ([98499bc](https://github.com/appium/appium-espresso-driver/commit/98499bcb148ca2f6298f421d6cd4f9a4c04ab30f)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9acf8b2..5e3e6c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.40.6](https://github.com/appium/appium-espresso-driver/compare/v2.40.5...v2.40.6) (2024-06-14) + +### Bug Fixes + +* Add a workaround for wrong adb exit code on service stop ([#1012](https://github.com/appium/appium-espresso-driver/issues/1012)) ([98499bc](https://github.com/appium/appium-espresso-driver/commit/98499bcb148ca2f6298f421d6cd4f9a4c04ab30f)) + ## [2.40.5](https://github.com/appium/appium-espresso-driver/compare/v2.40.4...v2.40.5) (2024-06-13) ### Bug Fixes diff --git a/package.json b/package.json index dc8093cb..651b65db 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.40.5", + "version": "2.40.6", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {