diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b0ebf..882f00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 + +- fix: Expose prompt features. + ## 0.1.3 - feat: Add prompts module with confirm, select, multiselect and input components. diff --git a/pubspec.yaml b/pubspec.yaml index 2b08de8..facafd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: cli_tools -version: 0.1.3 +version: 0.1.4 description: A collection of tools for building great command-line interfaces. repository: https://github.com/serverpod/cli_tools homepage: https://serverpod.dev