Skip to content

Commit 55f46d3

Browse files
committed
chore(release): 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2022-09-23) ### Bug Fixes * **android:** Use arm64 architecture on emulator creation from M1 ([#258](#258)) ([a6501c4](a6501c4))
1 parent a6501c4 commit 55f46d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.1](https://github.com/ionic-team/native-run/compare/v1.7.0...v1.7.1) (2022-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** Use arm64 architecture on emulator creation from M1 ([#258](https://github.com/ionic-team/native-run/issues/258)) ([a6501c4](https://github.com/ionic-team/native-run/commit/a6501c419834f08bfd2be9ef00d0a6b1f4ee5f8a))
7+
18
# [1.7.0](https://github.com/ionic-team/native-run/compare/v1.6.0...v1.7.0) (2022-09-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-run",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",
55
"bin": {
66
"native-run": "bin/native-run"

0 commit comments

Comments
 (0)