diff --git a/CHANGELOG.md b/CHANGELOG.md index 784d9b2..63ebcf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.4](https://github.com/ionic-team/native-run/compare/v0.2.3...v0.2.4) (2019-06-07) + + +### Bug Fixes + +* **android:** log errors during sdk walk, don't throw ([ea2e0c5](https://github.com/ionic-team/native-run/commit/ea2e0c5)) + ## [0.2.3](https://github.com/ionic-team/native-run/compare/v0.2.2...v0.2.3) (2019-06-05) diff --git a/package.json b/package.json index aba58bd..2223a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-run", - "version": "0.2.3", + "version": "0.2.4", "description": "A CLI for running apps on iOS/Android devices and simulators/emulators", "bin": { "native-run": "./bin/native-run"