From 6ea7c83a7a0e0fba615cb0a4a7e9d6df8b3c5c83 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Oct 2024 17:16:35 +0000 Subject: [PATCH] chore(release): 1.20.2 [skip ci] ## [1.20.2](https://github.com/appium/appium-mac2-driver/compare/v1.20.1...v1.20.2) (2024-10-28) ### Bug Fixes * Support non-strict XPath queries ([#318](https://github.com/appium/appium-mac2-driver/issues/318)) ([f596a61](https://github.com/appium/appium-mac2-driver/commit/f596a6171440004089e2a890511e523c4d72bf2e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90f393..6429486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.20.2](https://github.com/appium/appium-mac2-driver/compare/v1.20.1...v1.20.2) (2024-10-28) + + +### Bug Fixes + +* Support non-strict XPath queries ([#318](https://github.com/appium/appium-mac2-driver/issues/318)) ([f596a61](https://github.com/appium/appium-mac2-driver/commit/f596a6171440004089e2a890511e523c4d72bf2e)) + ## [1.20.1](https://github.com/appium/appium-mac2-driver/compare/v1.20.0...v1.20.1) (2024-10-16) diff --git a/package.json b/package.json index a155f5f..50a5cf1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "mac", "XCTest" ], - "version": "1.20.1", + "version": "1.20.2", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {