Skip to content

Commit

Permalink
Bump version to 0.1.4, upd changelog (#133)
Browse files Browse the repository at this point in the history
* Update pubspec.yaml version to 0.1.4

* Update CHANGELOG.md
  • Loading branch information
yurii-prykhodko-solid authored Feb 21, 2024
1 parent a19d80a commit 54d3a54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 54d3a54

Please sign in to comment.