From 664726d72f53d48399d0f65f2ca02afdec74a2f4 Mon Sep 17 00:00:00 2001 From: Ionitron Date: Thu, 1 Sep 2022 16:14:06 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/ionic-team/native-run/compare/v1.6.0...v1.7.0) (2022-09-01) ### Features * **android:** add API 33 support ([#245](https://github.com/ionic-team/native-run/issues/245)) ([8f1717d](https://github.com/ionic-team/native-run/commit/8f1717d1a54eaf9f45688c0c243f2085abd61421)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb2b32..5ea2785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/ionic-team/native-run/compare/v1.6.0...v1.7.0) (2022-09-01) + + +### Features + +* **android:** add API 33 support ([#245](https://github.com/ionic-team/native-run/issues/245)) ([8f1717d](https://github.com/ionic-team/native-run/commit/8f1717d1a54eaf9f45688c0c243f2085abd61421)) + # [1.6.0](https://github.com/ionic-team/native-run/compare/v1.5.0...v1.6.0) (2022-05-16) diff --git a/package.json b/package.json index 14e06d2..4d0fc7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-run", - "version": "1.6.0", + "version": "1.7.0", "description": "A CLI for running apps on iOS/Android devices and simulators/emulators", "bin": { "native-run": "bin/native-run"