diff --git a/CHANGELOG.md b/CHANGELOG.md index 198e777..b85fe77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/ionic-team/native-run/compare/v2.0.0...v2.0.1) (2024-01-25) + + +### Bug Fixes + +* 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)) + # [2.0.0](https://github.com/ionic-team/native-run/compare/v1.7.4...v2.0.0) (2023-10-26) diff --git a/package.json b/package.json index 357a460..dd9de68 100644 --- a/package.json +++ b/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"