From fea1ae657900a6b9ee7f9180a971453f052c94e2 Mon Sep 17 00:00:00 2001 From: Ionitron Date: Tue, 15 Oct 2019 21:12:17 +0000 Subject: [PATCH] chore(release): 0.2.9 [skip ci] ## [0.2.9](https://github.com/ionic-team/native-run/compare/v0.2.8...v0.2.9) (2019-10-15) ### Bug Fixes * **ios:** added support for iOS 13 ([c27675f](https://github.com/ionic-team/native-run/commit/c27675f20ef40264837af5cf091e94bd1af2db91)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951a6e3..e8df9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.9](https://github.com/ionic-team/native-run/compare/v0.2.8...v0.2.9) (2019-10-15) + + +### Bug Fixes + +* **ios:** added support for iOS 13 ([c27675f](https://github.com/ionic-team/native-run/commit/c27675f20ef40264837af5cf091e94bd1af2db91)) + ## [0.2.8](https://github.com/ionic-team/native-run/compare/v0.2.7...v0.2.8) (2019-07-12) diff --git a/package.json b/package.json index fb96c29..20065bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-run", - "version": "0.2.8", + "version": "0.2.9", "description": "A CLI for running apps on iOS/Android devices and simulators/emulators", "bin": { "native-run": "./bin/native-run"