diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 0effefc6..49a067ba 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.7.1 + +- Support the latest `package:analyzer`. + ## 6.7.0 - Support `Record` types. diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index d6403906..cfb3dd8a 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.7.0 +version: 6.7.1 description: >- Automatically generate code for converting to and from JSON by annotating Dart classes. @@ -13,7 +13,7 @@ topics: - codegen dependencies: - analyzer: ^5.12.0 + analyzer: '>=5.12.0 <7.0.0' async: ^2.8.0 build: ^2.0.0 build_config: '>=0.4.4 <2.0.0'