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"