From 8fec9ad65d216e94458f6a05a38d5c9277410fd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jan 2024 09:15:12 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] ## [1.9.0](https://github.com/appium/appium-mac2-driver/compare/v1.8.9...v1.9.0) (2024-01-08) ### Features * Add doctor checks ([#266](https://github.com/appium/appium-mac2-driver/issues/266)) ([001597a](https://github.com/appium/appium-mac2-driver/commit/001597a39ad5a1b9a51d7dec5f161d0c6f8b9460)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 691f9e4..8fde801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.0](https://github.com/appium/appium-mac2-driver/compare/v1.8.9...v1.9.0) (2024-01-08) + + +### Features + +* Add doctor checks ([#266](https://github.com/appium/appium-mac2-driver/issues/266)) ([001597a](https://github.com/appium/appium-mac2-driver/commit/001597a39ad5a1b9a51d7dec5f161d0c6f8b9460)) + ## [1.8.9](https://github.com/appium/appium-mac2-driver/compare/v1.8.8...v1.8.9) (2023-12-02) diff --git a/package.json b/package.json index 0d552f0..c5ffb3b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "mac", "XCTest" ], - "version": "1.8.9", + "version": "1.9.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {