From b503f4e0b5e70febb1020c147b8f0a7bd319521d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Sep 2023 11:39:23 +0000 Subject: [PATCH] chore(release): 5.3.0 [skip ci] ## [5.3.0](https://github.com/appium/appium-ios-simulator/compare/v5.2.2...v5.3.0) (2023-09-07) ### Features * Add setAutoFillPasswordsEnabled function ([#378](https://github.com/appium/appium-ios-simulator/issues/378)) ([fa724ec](https://github.com/appium/appium-ios-simulator/commit/fa724eca6a7dde034e6375140c503c042132672e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4021e24..cfc06f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.3.0](https://github.com/appium/appium-ios-simulator/compare/v5.2.2...v5.3.0) (2023-09-07) + + +### Features + +* Add setAutoFillPasswordsEnabled function ([#378](https://github.com/appium/appium-ios-simulator/issues/378)) ([fa724ec](https://github.com/appium/appium-ios-simulator/commit/fa724eca6a7dde034e6375140c503c042132672e)) + ## [5.2.2](https://github.com/appium/appium-ios-simulator/compare/v5.2.1...v5.2.2) (2023-08-28) diff --git a/package.json b/package.json index 3788975..a08d967 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ios", "simctl" ], - "version": "5.2.2", + "version": "5.3.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {