From dfe6d53306546ac0d9e81cf519a1006990575776 Mon Sep 17 00:00:00 2001 From: Ionitron Date: Fri, 12 Jul 2019 19:40:43 +0000 Subject: [PATCH] chore(release): 0.2.8 [skip ci] ## [0.2.8](https://github.com/ionic-team/native-run/compare/v0.2.7...v0.2.8) (2019-07-12) ### Bug Fixes * **list:** include errors in standard output ([9ceb343](https://github.com/ionic-team/native-run/commit/9ceb343)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd5a18..951a6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.8](https://github.com/ionic-team/native-run/compare/v0.2.7...v0.2.8) (2019-07-12) + + +### Bug Fixes + +* **list:** include errors in standard output ([9ceb343](https://github.com/ionic-team/native-run/commit/9ceb343)) + ## [0.2.7](https://github.com/ionic-team/native-run/compare/v0.2.6...v0.2.7) (2019-06-25) diff --git a/package.json b/package.json index 6758176..c9933c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-run", - "version": "0.2.7", + "version": "0.2.8", "description": "A CLI for running apps on iOS/Android devices and simulators/emulators", "bin": { "native-run": "./bin/native-run"