diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 92401275..1f194fd4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.4 + +- Better support for CI, and custom workflows using `fvm flutter ...` commands. + ## 1.3.3 - Fix error when setup on some platforms and tools [#160](https://github.com/leoafarias/fvm/issues/160) @@ -13,7 +17,7 @@ ## 1.3.0 - Bug fixes and improvements 😂 -- Implemented ability to change cachePath on settings [#101](https://github.com/leoafarias/fvm/issues/101) +- Implemented ability to change cachePath` on settings [#101](https://github.com/leoafarias/fvm/issues/101) - Improved UX with Flutter run command [#124](https://github.com/leoafarias/fvm/issues/124) - Added a notice on Windows to run as developer mode or administrator - Ability to set Flutter Git Repo URL (Advanced) diff --git a/packages/cli/lib/src/version.dart b/packages/cli/lib/src/version.dart index 6cff3844..01c65249 100644 --- a/packages/cli/lib/src/version.dart +++ b/packages/cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.3.3'; +const packageVersion = '1.3.4'; diff --git a/packages/cli/pubspec.yaml b/packages/cli/pubspec.yaml index d208ff17..dc83d888 100644 --- a/packages/cli/pubspec.yaml +++ b/packages/cli/pubspec.yaml @@ -1,6 +1,6 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 1.3.3 +version: 1.3.4 homepage: https://github.com/leoafarias/fvm environment: