From e959dbb66aed40a97955b241227acf4019a6a6f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jul 2024 16:20:53 +0000 Subject: [PATCH] chore(release): 11.5.7 [skip ci] ## [11.5.7](https://github.com/appium/appium-remote-debugger/compare/v11.5.6...v11.5.7) (2024-07-31) ### Bug Fixes * Add missing await ([#396](https://github.com/appium/appium-remote-debugger/issues/396)) ([b213787](https://github.com/appium/appium-remote-debugger/commit/b213787ec9cac767c8a3a3474f5e7f7393eeeb4c)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 570a6bb..4852efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [11.5.7](https://github.com/appium/appium-remote-debugger/compare/v11.5.6...v11.5.7) (2024-07-31) + +### Bug Fixes + +* Add missing await ([#396](https://github.com/appium/appium-remote-debugger/issues/396)) ([b213787](https://github.com/appium/appium-remote-debugger/commit/b213787ec9cac767c8a3a3474f5e7f7393eeeb4c)) + ## [11.5.6](https://github.com/appium/appium-remote-debugger/compare/v11.5.5...v11.5.6) (2024-07-31) ### Miscellaneous Chores diff --git a/package.json b/package.json index 97a8464..f2754a6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "keywords": [ "appium" ], - "version": "11.5.6", + "version": "11.5.7", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {