Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2021-10-11)

### Bug Fixes

* Throw ERR_UNSUPPORTED_API_LEVEL ([#204](#204)) ([b879744](b879744))

### Features

* **android:** support API 31 ([#203](#203)) ([fb64ca5](fb64ca5))
  • Loading branch information
Ionitron committed Oct 11, 2021
1 parent d5ca967 commit c3bcdcf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/ionic-team/native-run/compare/v1.4.1...v1.5.0) (2021-10-11)


### Bug Fixes

* Throw ERR_UNSUPPORTED_API_LEVEL ([#204](https://github.com/ionic-team/native-run/issues/204)) ([b879744](https://github.com/ionic-team/native-run/commit/b879744c81bbc6b73c6a1a97064dcc51818b2fa5))


### Features

* **android:** support API 31 ([#203](https://github.com/ionic-team/native-run/issues/203)) ([fb64ca5](https://github.com/ionic-team/native-run/commit/fb64ca5165cad0fe029ef81e9c8ba11ca36bc08c))

## [1.4.1](https://github.com/ionic-team/native-run/compare/v1.4.0...v1.4.1) (2021-09-03)


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.4.1",
"version": "1.5.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 c3bcdcf

Please sign in to comment.