diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ed77e..da71ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [11.3.1](https://github.com/appium/appium-remote-debugger/compare/v11.3.0...v11.3.1) (2024-06-20) + +### Miscellaneous Chores + +* Bump chai and chai-as-promised ([#387](https://github.com/appium/appium-remote-debugger/issues/387)) ([3a361e2](https://github.com/appium/appium-remote-debugger/commit/3a361e286168902c957a3bd586ece8c576efee9b)) + ## [11.3.0](https://github.com/appium/appium-remote-debugger/compare/v11.2.0...v11.3.0) (2024-06-19) ### Features diff --git a/package.json b/package.json index 8afe080..f7ad22d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "keywords": [ "appium" ], - "version": "11.3.0", + "version": "11.3.1", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {