Skip to content

Commit

Permalink
chore: v5.0.0+1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored May 18, 2023
1 parent 0b36ebb commit eb7fe9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.0+1

- docs: minor updates to documentation in `README.md`

# 5.0.0

- feat!: upgrade to support Dart `^3.0.0`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ This package provides lint rules for Dart and Flutter which are used at [Very Go
To use the lints, add as a dev dependency in your `pubspec.yaml`:

```yaml
dev_dependencies:
very_good_analysis: ^5.0.0
dart pub add dev:very_good_analysis
# or
flutter pub add dev:very_good_analysis
```

Then, add an include in `analysis_options.yaml`:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: very_good_analysis
version: 5.0.0
version: 5.0.0+1
description: Lint rules for Dart and Flutter used internally at Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/very_good_analysis
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues
Expand Down

0 comments on commit eb7fe9a

Please sign in to comment.