diff --git a/CHANGELOG.md b/CHANGELOG.md index 2beceadd..3b02de7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.2.4 + +- Update dependencies to allow analyzer 7 + ## 4.2.3 - Fixed bug where `organizeDirectives` would incorrectly sort directives when `// @dart=x.xx` diff --git a/pubspec.yaml b/pubspec.yaml index e5b92a6e..462118b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_dev -version: 4.2.3 +version: 4.2.4 description: > Centralized tooling for Dart projects. Consistent interface across projects.