Skip to content

Commit 4887958

Browse files
committed
chore(release): 0.2.3 [skip ci]
## [0.2.3](v0.2.2...v0.2.3) (2019-06-05) ### Bug Fixes * **ios:** fix getSimulators for Xcode 10+ tooling ([605164a](605164a)) * **ios:** improve getSimulators error messaging ([86205d6](86205d6))
1 parent 86205d6 commit 4887958

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.2.3](https://github.com/ionic-team/native-run/compare/v0.2.2...v0.2.3) (2019-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** fix getSimulators for Xcode 10+ tooling ([605164a](https://github.com/ionic-team/native-run/commit/605164a))
7+
* **ios:** improve getSimulators error messaging ([86205d6](https://github.com/ionic-team/native-run/commit/86205d6))
8+
19
## [0.2.2](https://github.com/ionic-team/native-run/compare/v0.2.1...v0.2.2) (2019-05-31)
210

311

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": "0.2.2",
3+
"version": "0.2.3",
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)