From c4db7acd5850d7f9ae6c7042e449d4aab8f8dfd9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Aug 2024 02:00:25 +0000 Subject: [PATCH] chore(release): 7.6.0 [skip ci] ## [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)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": {