From 2294ae9538b246915789e85dd6f07995fbd067ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jan 2024 06:40:34 +0000 Subject: [PATCH] chore(release): 7.8.2 [skip ci] ## [7.8.2](https://github.com/appium/appium-android-driver/compare/v7.8.1...v7.8.2) (2024-01-22) ### Bug Fixes * set keepAlive false to parse webview pages correctly Node.js >=19 ([#902](https://github.com/appium/appium-android-driver/issues/902)) ([daee212](https://github.com/appium/appium-android-driver/commit/daee212bbe3dac8d2ee714defbc51516285db345)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39f3850..fde86719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.8.2](https://github.com/appium/appium-android-driver/compare/v7.8.1...v7.8.2) (2024-01-22) + + +### Bug Fixes + +* set keepAlive false to parse webview pages correctly Node.js >=19 ([#902](https://github.com/appium/appium-android-driver/issues/902)) ([daee212](https://github.com/appium/appium-android-driver/commit/daee212bbe3dac8d2ee714defbc51516285db345)) + ## [7.8.1](https://github.com/appium/appium-android-driver/compare/v7.8.0...v7.8.1) (2024-01-13) diff --git a/package.json b/package.json index 56f9252d..59b3dd9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-android-driver", - "version": "7.8.1", + "version": "7.8.2", "description": "Android UiAutomator and Chrome support for Appium", "keywords": [ "appium",