diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc573b..6eac962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.1 + +- fix: Report analytics event before running command. +- feat: Add documentation generator helper. + ## 0.1.0 - feat: Introduce BetterCommand class to simplify command creation. diff --git a/pubspec.yaml b/pubspec.yaml index 1592e5d..2db56c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cli_tools -version: 0.1.0 -description: A collection of tools for building great command-line interfaces. +version: 0.1.1 +description: A collection of tools for building great command-line interfaces. repository: https://github.com/serverpod/cli_tools homepage: https://serverpod.dev issue_tracker: https://github.com/serverpod/cli_tools/issues @@ -17,7 +17,7 @@ environment: dependencies: args: ^2.4.0 ci: ^0.1.0 - http: ">=0.13.0 <2.0.0" + http: '>=0.13.0 <2.0.0' path: ^1.8.2 pub_api_client: ^2.4.0 pub_semver: ^2.1.4 @@ -25,4 +25,4 @@ dependencies: dev_dependencies: test: ^1.24.0 - serverpod_lints: ">=1.2.6" \ No newline at end of file + serverpod_lints: '>=1.2.6'