diff --git a/json_serializable/CHANGELOG.md b/json_serializable/CHANGELOG.md index 5c2b6052..440f6ee6 100644 --- a/json_serializable/CHANGELOG.md +++ b/json_serializable/CHANGELOG.md @@ -1,4 +1,4 @@ -## 6.12.0-wip +## 6.11.2 - Allow `run_only_if_triggered` to be specified in `build.yaml` to turn on the `build_runner` triggers heuristic. diff --git a/json_serializable/pubspec.yaml b/json_serializable/pubspec.yaml index 7ea611b3..1ce7f4a2 100644 --- a/json_serializable/pubspec.yaml +++ b/json_serializable/pubspec.yaml @@ -1,5 +1,5 @@ name: json_serializable -version: 6.12.0-wip +version: 6.11.2 description: >- Automatically generate code for converting to and from JSON by annotating Dart classes.