diff --git a/CHANGELOG.md b/CHANGELOG.md index 09463f1..e0395e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.7.3](https://github.com/ionic-team/native-run/compare/v1.7.2...v1.7.3) (2023-09-21) + + +### Bug Fixes + +* Pin @types/babel__traverse version to fix build ([#342](https://github.com/ionic-team/native-run/issues/342)) ([8492b24](https://github.com/ionic-team/native-run/commit/8492b2454466bbee2f843dd09ec6231d608a5ad5)) +* use devicectl for iOS 17 if Xcode 15 is available ([#341](https://github.com/ionic-team/native-run/issues/341)) ([5c56d71](https://github.com/ionic-team/native-run/commit/5c56d712fdeb351b01d75edeb2bd2c9106e29f35)) + ## [1.7.2](https://github.com/ionic-team/native-run/compare/v1.7.1...v1.7.2) (2023-03-02) diff --git a/package.json b/package.json index 6446657..5089fa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-run", - "version": "1.7.2", + "version": "1.7.3", "description": "A CLI for running apps on iOS/Android devices and simulators/emulators", "bin": { "native-run": "bin/native-run"