Skip to content

Commit

Permalink
chore: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbassisp committed Oct 25, 2023
1 parent 92e092d commit f288d00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- A changelog file for a dart plugin -->

## 0.2.0

* Added new rule avoid_if_with_enum in order to enforce using exhaustive cases on enum

## 0.1.2

* Exclude assertions from analysis
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_sane_lints
description: A custom lint for flutter projects to avoid ad-hoc string literals.
version: 0.1.2
version: 0.2.0
repository: https://github.com/gbassisp/extra_lints

environment:
Expand Down

0 comments on commit f288d00

Please sign in to comment.