From 141f66fe45a9426f2febe3df0a2f020db3d28ab4 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Tue, 18 Oct 2022 09:50:59 -0700 Subject: [PATCH] Expand build_config pubspec description (#3380) Improves the pub score. --- build_config/CHANGELOG.md | 4 ++++ build_config/pubspec.yaml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build_config/CHANGELOG.md b/build_config/CHANGELOG.md index 299e432b9..597b32e95 100644 --- a/build_config/CHANGELOG.md +++ b/build_config/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Expand pubspec description to improve pub score. + ## 1.1.0 - Require Dart 2.14 diff --git a/build_config/pubspec.yaml b/build_config/pubspec.yaml index c79b386ce..ba4d3f726 100644 --- a/build_config/pubspec.yaml +++ b/build_config/pubspec.yaml @@ -1,6 +1,7 @@ name: build_config -version: 1.1.0 -description: Support for parsing `build.yaml` configuration. +version: 1.1.1 +description: >- + Format definition and support for parsing `build.yaml` configuration. repository: https://github.com/dart-lang/build/tree/master/build_config environment: