Skip to content

Commit

Permalink
chore(release): 1.7.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.3](v1.7.2...v1.7.3) (2023-09-21)

### Bug Fixes

* Pin @types/babel__traverse version to fix build ([#342](#342)) ([8492b24](8492b24))
* use devicectl for iOS 17 if Xcode 15 is available ([#341](#341)) ([5c56d71](5c56d71))
  • Loading branch information
Ionitron committed Sep 21, 2023
1 parent 47ffc97 commit 991c5e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 991c5e5

Please sign in to comment.