diff --git a/CHANGELOG.md b/CHANGELOG.md index dc88d5e..8ee17f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.6.0](https://github.com/appium/node-simctl/compare/v7.5.5...v7.6.0) (2024-08-31) + +### Features + +* add timeout option for exec ([#254](https://github.com/appium/node-simctl/issues/254)) ([1c2e1d8](https://github.com/appium/node-simctl/commit/1c2e1d829815f1e465c0497b0e87914e56222e8e)) + ## [7.5.5](https://github.com/appium/node-simctl/compare/v7.5.4...v7.5.5) (2024-08-29) ### Bug Fixes diff --git a/package.json b/package.json index df72fe1..ca8fa75 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "ios", "simctl" ], - "version": "7.5.5", + "version": "7.6.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {