From 28c59fc00d6628e023970de14bc4714d78bf8630 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Dec 2023 21:55:07 +0000 Subject: [PATCH] chore(release): 2.35.0 [skip ci] ## [2.35.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.34.2...v2.35.0) (2023-12-18) ### Features * let mobile: getContexts gives waitForWebviewMs ([#699](https://github.com/appium/appium-uiautomator2-driver/issues/699)) ([c0f90cf](https://github.com/appium/appium-uiautomator2-driver/commit/c0f90cfd8c01d3852fbc3786c6458290441f18ae)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b54f7d3..1fdbe554c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.35.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.34.2...v2.35.0) (2023-12-18) + + +### Features + +* let mobile: getContexts gives waitForWebviewMs ([#699](https://github.com/appium/appium-uiautomator2-driver/issues/699)) ([c0f90cf](https://github.com/appium/appium-uiautomator2-driver/commit/c0f90cfd8c01d3852fbc3786c6458290441f18ae)) + ## [2.34.2](https://github.com/appium/appium-uiautomator2-driver/compare/v2.34.1...v2.34.2) (2023-12-02) diff --git a/package.json b/package.json index d677aa435..3929a7308 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.34.2", + "version": "2.35.0", "bugs": { "url": "https://github.com/appium/appium-uiautomator2-driver/issues" },