diff --git a/CHANGELOG.md b/CHANGELOG.md index 486f31b..8d29f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.2.2 + +- Remove LintCode from documentation to improve scores and make it clearer + +## 0.2.1 + +- Fix LintCode issue + ## 0.2.0 - Added `avoid_final_with_getter` rule diff --git a/pubspec.yaml b/pubspec.yaml index 4a3f329..ba40ac3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: solid_lints description: Lints for Dart and Flutter based on software industry standards and best practices. -version: 0.2.0 +version: 0.2.2 homepage: https://github.com/solid-software/solid_lints/ documentation: https://solid-software.github.io/solid_lints/docs/intro topics: [lints, linter, lint, analysis, analyzer]