diff --git a/CHANGELOG.md b/CHANGELOG.md index 536a78b..bf6cfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.1 + +- Fix: Config path searching + ## 0.6.0 - Improve config loading & searching diff --git a/pubspec.yaml b/pubspec.yaml index 5b7d259..deabc8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: script_runner description: Run all your project-related scripts in a portable, simple config. -version: 0.6.0 +version: 0.6.1 homepage: https://casraf.dev/ repository: https://github.com/chenasraf/dart_script_runner license: MIT @@ -10,7 +10,7 @@ environment: dependencies: file: ^7.0.0 path: '>=1.8.0 <2.0.0' - unaconfig: ^0.1.3 + unaconfig: ^0.1.4 # unaconfig: # path: ../unaconfig