We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b0481 commit a6e5605Copy full SHA for a6e5605
CHANGELOG.md
@@ -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
8
# [2.0.0](https://github.com/ionic-team/native-run/compare/v1.7.4...v2.0.0) (2023-10-26)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "native-run",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "A CLI for running apps on iOS/Android devices and simulators/emulators",
"bin": {
"native-run": "bin/native-run"
0 commit comments