diff --git a/CHANGELOG.md b/CHANGELOG.md index 28785cffc..a0c6dc946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.33.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.33.0...v7.33.1) (2024-12-12) + +### Miscellaneous Chores + +* Replace occurrences of the deprecated errorAndThrow API ([#2501](https://github.com/appium/appium-xcuitest-driver/issues/2501)) ([d2122eb](https://github.com/appium/appium-xcuitest-driver/commit/d2122ebb86e82026ede34803c33a5234e4111982)) + ## [7.33.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.32.1...v7.33.0) (2024-12-09) ### Features diff --git a/package.json b/package.json index a2bfc7f39..9998c9848 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "xcuitest", "xctest" ], - "version": "7.33.0", + "version": "7.33.1", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {