Skip to content

Commit

Permalink
chore(CHANGELOG.md): prepare to release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaera committed Mar 4, 2024
1 parent 27e7757 commit 76396e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/flutter_hooks_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0

- Added a new lint rule called `hooks_avoid_within_class`
- Fixed a bug in `hooks_method_visitor.dart`

## 1.0.5

- Do not consider `useFuture` and `useStream` in `hooks_memoized_consideration`
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_hooks_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_hooks_lint
description: A lint package providing guidelines for using flutter_hooks in your Flutter widget!
version: 1.0.5
version: 1.1.0
homepage: https://github.com/nikaera/flutter_hooks_lint
repository: https://github.com/nikaera/flutter_hooks_lint
documentation: https://github.com/nikaera/flutter_hooks_lint
Expand Down

0 comments on commit 76396e4

Please sign in to comment.