diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d5248..412b11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ Examples of version updates are as follows: > [!NOTE] > Changes to `tools/update_lint_rules` don't affect versioning. +## 1.3.0 + +- Added support for Flutter 3.16.4. + ## 1.2.0 - Added support for Dart 3.2.1 to 3.2.3. diff --git a/pubspec.yaml b/pubspec.yaml index 5b9805d..c4f71bb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: yumemi_lints description: Customizable Linter library which enforces coding standards and best practice for Flutter/Dart apps, packages and plugins. -version: 1.2.0 +version: 1.3.0 repository: https://github.com/yumemi-inc/flutter-yumemi-lints environment: