diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd1b89..42143aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.4 + +- Removed deprecated lints: + - `always_require_non_null_named_parameters` + - `avoid_returning_null_for_future` + ## 0.1.3 - Bumped custom_lint package to 0.6.0 version diff --git a/pubspec.yaml b/pubspec.yaml index c758780..f70238d 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.1.3 +version: 0.1.4 homepage: https://github.com/solid-software/solid_lints/ documentation: https://solid-software.github.io/solid_lints/docs/intro topics: [lints, linter, lint, analysis, analyzer]