diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d48d80..62007d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.14.2 +- feat: add [use-setstate-synchronously](https://dcm.dev/docs/individuals/rules/flutter/use-setstate-synchronously) DCM rule +- fix(flashbar): change deprecated `bodyText2` to `bodyMedium` +- fix: exclude analysis for injectable generated file +- chore: bump dependencies + # 0.14.1 - chore: bump `dart_code_metrics` version to ^4.16.0 [#9](https://github.com/devj3ns/fleasy/pull/9) diff --git a/pubspec.yaml b/pubspec.yaml index 84ff290..01ad025 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fleasy description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier. -version: 0.14.1 +version: 0.14.2 repository: https://github.com/devj3ns/fleasy issue_tracker: https://github.com/devj3ns/fleasy/issues