From bc90a2d4d9382288a64592d9fdb1090595806eb2 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Fri, 19 May 2023 16:28:00 -0500 Subject: [PATCH] Add topics to the pubspec file --- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d83135..20ed83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.1-dev + +- Added the `analysis` and `lints` topics to the pubspec file. + ## 2.1.0 - Updated SDK lower-bound to 3.0 diff --git a/pubspec.yaml b/pubspec.yaml index f6df7d7..0a99140 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,14 @@ name: lints -version: 2.1.0 +version: 2.1.1-dev description: > Official Dart lint rules. Defines the 'core' and 'recommended' set of lints suggested by the Dart team. repository: https://github.com/dart-lang/lints +topics: + - analysis + - lints + environment: sdk: ^3.0.0-417