From 5e17ebe48770c2a6695ac2997a5de27e356066c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Jan 2024 20:54:43 +0000 Subject: [PATCH] chore(release): 2.39.0 [skip ci] ## [2.39.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.38.0...v2.39.0) (2024-01-05) ### Features * Add doctor checks ([#711](https://github.com/appium/appium-uiautomator2-driver/issues/711)) ([0e6c8fe](https://github.com/appium/appium-uiautomator2-driver/commit/0e6c8fed60345125f8ca78d70bb8e934cd50a6bc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d262485e9..b7a5dda4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.39.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.38.0...v2.39.0) (2024-01-05) + + +### Features + +* Add doctor checks ([#711](https://github.com/appium/appium-uiautomator2-driver/issues/711)) ([0e6c8fe](https://github.com/appium/appium-uiautomator2-driver/commit/0e6c8fed60345125f8ca78d70bb8e934cd50a6bc)) + ## [2.38.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.37.1...v2.38.0) (2024-01-05) diff --git a/package.json b/package.json index 4d018938c..e15b388c6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.38.0", + "version": "2.39.0", "bugs": { "url": "https://github.com/appium/appium-uiautomator2-driver/issues" },