From 127927db7239ec0426cef315f4abe52bc7dbb2e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Sep 2023 16:16:52 +0000 Subject: [PATCH] chore(release): 5.3.2 [skip ci] ## [5.3.2](https://github.com/appium/appium-ios-simulator/compare/v5.3.1...v5.3.2) (2023-09-23) ### Bug Fixes * appropriately translate com.apple.SpringBoard and system prompts ([#384](https://github.com/appium/appium-ios-simulator/issues/384)) ([edde636](https://github.com/appium/appium-ios-simulator/commit/edde6368d540bb3df8611be38a1099c7ea2a8dea)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b877008..30621d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.3.2](https://github.com/appium/appium-ios-simulator/compare/v5.3.1...v5.3.2) (2023-09-23) + + +### Bug Fixes + +* appropriately translate com.apple.SpringBoard and system prompts ([#384](https://github.com/appium/appium-ios-simulator/issues/384)) ([edde636](https://github.com/appium/appium-ios-simulator/commit/edde6368d540bb3df8611be38a1099c7ea2a8dea)) + ## [5.3.1](https://github.com/appium/appium-ios-simulator/compare/v5.3.0...v5.3.1) (2023-09-14) diff --git a/package.json b/package.json index e502868..0302062 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ios", "simctl" ], - "version": "5.3.1", + "version": "5.3.2", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {