diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a67e64..ba44cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.1](https://github.com/Stacked-Org/cli/compare/v1.11.0...v1.11.1) (2023-07-18) + + +### Bug Fixes + +* update unit tests ([#36](https://github.com/Stacked-Org/cli/issues/36)) ([8bdef92](https://github.com/Stacked-Org/cli/commit/8bdef928d8c49ee45422f8512e118652a3a2bcd3)) + # [1.11.0](https://github.com/Stacked-Org/cli/compare/v1.10.0...v1.11.0) (2023-07-18) diff --git a/pubspec.yaml b/pubspec.yaml index 92ff492..c8b2290 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stacked_cli description: The official dev tools for the Stacked Framework -version: 1.11.0 +version: 1.11.1 homepage: https://stacked.filledstacks.com/docs/stacked-cli repository: https://github.com/FilledStacks/stacked/tree/master/packages/stacked_cli