Skip to content

Commit 54d3a54

Browse files
Bump version to 0.1.4, upd changelog (#133)
* Update pubspec.yaml version to 0.1.4 * Update CHANGELOG.md
1 parent a19d80a commit 54d3a54

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.4
2+
3+
- Removed deprecated lints:
4+
- `always_require_non_null_named_parameters`
5+
- `avoid_returning_null_for_future`
6+
17
## 0.1.3
28

39
- Bumped custom_lint package to 0.6.0 version

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: solid_lints
22
description:
33
Lints for Dart and Flutter based on software industry standards and best
44
practices.
5-
version: 0.1.3
5+
version: 0.1.4
66
homepage: https://github.com/solid-software/solid_lints/
77
documentation: https://solid-software.github.io/solid_lints/docs/intro
88
topics: [lints, linter, lint, analysis, analyzer]

0 commit comments

Comments
 (0)