diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d29f38..31779de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.3 + +- Replace deprecated whereNotNull() + ## 0.2.2 - Remove LintCode from documentation to improve scores and make it clearer diff --git a/pubspec.yaml b/pubspec.yaml index ba40ac3..d64aa82 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.2 +version: 0.2.3 homepage: https://github.com/solid-software/solid_lints/ documentation: https://solid-software.github.io/solid_lints/docs/intro topics: [lints, linter, lint, analysis, analyzer]