diff --git a/CHANGELOG.md b/CHANGELOG.md index 088f51c..1cb5280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.12.1 +- Update dependencies +- Make ScreenWidthBreakpoints constants + # 0.12.0 - **Add** more [dart_code_metrics](https://pub.dev/packages/dart_code_metrics) rules diff --git a/pubspec.yaml b/pubspec.yaml index ed2f002..6673465 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.12.0 +version: 0.12.1 repository: https://github.com/devj3ns/fleasy issue_tracker: https://github.com/devj3ns/fleasy/issues