diff --git a/CHANGELOG.md b/CHANGELOG.md index 2793eaf..eb7423a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +[7.2.1] - 25.12.2024 +* logic fix [7.2.0] - 25.12.2024 * adding `onSuccess` builder to the `CommandBuilder` and `isSuccess` to the `CommandResults` to make them easiery to use if the Command doesn't return a value. diff --git a/pubspec.yaml b/pubspec.yaml index 3574f0b..20f352b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_command description: flutter_command is a way to manage your state based on `ValueListenable` and the `Command` design pattern. -version: 7.2.0 +version: 7.2.1 homepage: https://github.com/escamoteur/flutter_command environment: