diff --git a/CHANGELOG.md b/CHANGELOG.md index bad52d23..36ab1cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.2.2 +- For Dart 3x, use webdev ^3 for the serve task + ## 4.2.1 - Update `hackFastFormat` to detect and respect the project's diff --git a/pubspec.yaml b/pubspec.yaml index b02b0a91..1083c5f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_dev -version: 4.2.1 +version: 4.2.2 description: > Centralized tooling for Dart projects. Consistent interface across projects.