Skip to content

Commit 5d5d231

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.7.4...v2.0.0) (2023-10-26) ### Bug Fixes * typo in android variable logs ([#318](#318)) ([3d9251f](3d9251f)) * chore!: support only node 16+ (#354) ([eb20983](eb20983)), closes [#354](#354) * feat(android)!: Remove AVD creation on list (#349) ([2a310ff](2a310ff)), closes [#349](#349) ### BREAKING CHANGES * drop node 10-14 support * removal of AVD creation feature
1 parent e05d696 commit 5d5d231

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0](https://github.com/ionic-team/native-run/compare/v1.7.4...v2.0.0) (2023-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* typo in android variable logs ([#318](https://github.com/ionic-team/native-run/issues/318)) ([3d9251f](https://github.com/ionic-team/native-run/commit/3d9251f2f7f569e16cdbda58bb5304ac9385096b))
7+
8+
9+
* chore!: support only node 16+ (#354) ([eb20983](https://github.com/ionic-team/native-run/commit/eb2098358ecf2a79af2a212dae7c74140dbffb09)), closes [#354](https://github.com/ionic-team/native-run/issues/354)
10+
* feat(android)!: Remove AVD creation on list (#349) ([2a310ff](https://github.com/ionic-team/native-run/commit/2a310ff7283b07806a7edc2bcf1177b8e333e85c)), closes [#349](https://github.com/ionic-team/native-run/issues/349)
11+
12+
13+
### BREAKING CHANGES
14+
15+
* drop node 10-14 support
16+
* removal of AVD creation feature
17+
118
## [1.7.4](https://github.com/ionic-team/native-run/compare/v1.7.3...v1.7.4) (2023-10-24)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-run",
3-
"version": "1.7.4",
3+
"version": "2.0.0",
44
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",
55
"bin": {
66
"native-run": "bin/native-run"

0 commit comments

Comments
 (0)