From 8002694fac4af05690ec29eda4c69c21307feb81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Apr 2024 07:17:38 +0000 Subject: [PATCH] chore(release): 2.38.2 [skip ci] ## [2.38.2](https://github.com/appium/appium-espresso-driver/compare/v2.38.1...v2.38.2) (2024-04-18) ### Bug Fixes * Set `shell` option to true while running gradle script on Windows ([#997](https://github.com/appium/appium-espresso-driver/issues/997)) ([3159c21](https://github.com/appium/appium-espresso-driver/commit/3159c21fbed60719a1b63837c5f4f4205d3499d4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff65888..11d0e8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.38.2](https://github.com/appium/appium-espresso-driver/compare/v2.38.1...v2.38.2) (2024-04-18) + + +### Bug Fixes + +* Set `shell` option to true while running gradle script on Windows ([#997](https://github.com/appium/appium-espresso-driver/issues/997)) ([3159c21](https://github.com/appium/appium-espresso-driver/commit/3159c21fbed60719a1b63837c5f4f4205d3499d4)) + ## [2.38.1](https://github.com/appium/appium-espresso-driver/compare/v2.38.0...v2.38.1) (2024-04-12) diff --git a/package.json b/package.json index d02a2e13..03fbf02d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.38.1", + "version": "2.38.2", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {