Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2021-09-03)

### Bug Fixes

* throw iOS errors that are not DeviceLocked ([#200](#200)) ([3ac6914](3ac6914))
  • Loading branch information
Ionitron committed Sep 3, 2021
1 parent 3ac6914 commit ca5fc3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.1](https://github.com/ionic-team/native-run/compare/v1.4.0...v1.4.1) (2021-09-03)


### Bug Fixes

* throw iOS errors that are not DeviceLocked ([#200](https://github.com/ionic-team/native-run/issues/200)) ([3ac6914](https://github.com/ionic-team/native-run/commit/3ac6914d7f9672fada40e80a2b0a9bd156e27db0))

# [1.4.0](https://github.com/ionic-team/native-run/compare/v1.3.1...v1.4.0) (2021-06-08)


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.0",
"version": "1.4.1",
"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 ca5fc3f

Please sign in to comment.