From 8e6ec166ce99d65bee84182c5fee1a326460d71f Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sun, 16 Jun 2024 22:45:57 +0200 Subject: [PATCH 1/2] chore: bump server version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfa86cf80..9c78bc791 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "appium-adb": "^12.2.0", "appium-android-driver": "^9.6.5", "appium-chromedriver": "^5.6.28", - "appium-uiautomator2-server": "^7.0.1", + "appium-uiautomator2-server": "^7.0.13", "asyncbox": "^3.0.0", "axios": "^1.6.5", "bluebird": "^3.5.1", From 6cec2541e71ff9472c2af206f8673c13f5ff7509 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jun 2024 20:47:32 +0000 Subject: [PATCH 2/2] chore(release): 3.5.5 [skip ci] ## [3.5.5](https://github.com/appium/appium-uiautomator2-driver/compare/v3.5.4...v3.5.5) (2024-06-16) ### Miscellaneous Chores * bump server version ([8e6ec16](https://github.com/appium/appium-uiautomator2-driver/commit/8e6ec166ce99d65bee84182c5fee1a326460d71f)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfea759e6..140678d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.5.5](https://github.com/appium/appium-uiautomator2-driver/compare/v3.5.4...v3.5.5) (2024-06-16) + +### Miscellaneous Chores + +* bump server version ([8e6ec16](https://github.com/appium/appium-uiautomator2-driver/commit/8e6ec166ce99d65bee84182c5fee1a326460d71f)) + ## [3.5.4](https://github.com/appium/appium-uiautomator2-driver/compare/v3.5.3...v3.5.4) (2024-06-14) ### Bug Fixes diff --git a/package.json b/package.json index 9c78bc791..3504ff077 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "3.5.4", + "version": "3.5.5", "bugs": { "url": "https://github.com/appium/appium-uiautomator2-driver/issues" },