Skip to content

Commit a6e5605

Browse files
committed
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2024-01-25) ### Bug Fixes * paths contain non-ascii characters cause error ([#381](#381)) ([77b0481](77b0481))
1 parent 77b0481 commit a6e5605

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/ionic-team/native-run/compare/v2.0.0...v2.0.1) (2024-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* paths contain non-ascii characters cause error ([#381](https://github.com/ionic-team/native-run/issues/381)) ([77b0481](https://github.com/ionic-team/native-run/commit/77b048164faa453f2b4c8c4a2dee15a671240777))
7+
18
# [2.0.0](https://github.com/ionic-team/native-run/compare/v1.7.4...v2.0.0) (2023-10-26)
29

310

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": "2.0.0",
3+
"version": "2.0.1",
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)