Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
Ionitron committed Oct 26, 2023
1 parent e05d696 commit 5d5d231
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/ionic-team/native-run/compare/v1.7.4...v2.0.0) (2023-10-26)


### Bug Fixes

* 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))


* 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)
* 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)


### BREAKING CHANGES

* drop node 10-14 support
* removal of AVD creation feature

## [1.7.4](https://github.com/ionic-team/native-run/compare/v1.7.3...v1.7.4) (2023-10-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-run",
"version": "1.7.4",
"version": "2.0.0",
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",
"bin": {
"native-run": "bin/native-run"
Expand Down

0 comments on commit 5d5d231

Please sign in to comment.