From a55789671c604cbc9dc04572dbc3c3f62ab15350 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Aug 2023 05:29:11 +0000 Subject: [PATCH] chore(release): 2.7.0 [skip ci] ## [2.7.0](https://github.com/appium/appium-ios-device/compare/v2.6.1...v2.7.0) (2023-08-25) ### Features * Switch babel to typescript ([#128](https://github.com/appium/appium-ios-device/issues/128)) ([e091d64](https://github.com/appium/appium-ios-device/commit/e091d6422dc4cafb0d10bc7190917edb0d5a154c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c44e67..d7acfa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.0](https://github.com/appium/appium-ios-device/compare/v2.6.1...v2.7.0) (2023-08-25) + + +### Features + +* Switch babel to typescript ([#128](https://github.com/appium/appium-ios-device/issues/128)) ([e091d64](https://github.com/appium/appium-ios-device/commit/e091d6422dc4cafb0d10bc7190917edb0d5a154c)) + ## [2.6.1](https://github.com/appium/appium-ios-device/compare/v2.6.0...v2.6.1) (2023-08-14) diff --git a/package.json b/package.json index 2c52c00..548de70 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "keywords": [ "appium" ], - "version": "2.6.1", + "version": "2.7.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {