Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Jul 13, 2022
1 parent 0ddd214 commit bb44962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.8.0

- Rule `mandatory-useEvent` is renamed to `mandatory-scope-binding`
- Add new rule `prefer-useUnit`

## v0.7.6

- Fix `keep-options-order` case for operators with `greedy` option
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
"version": "0.7.6",
"version": "0.8.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
Expand Down

0 comments on commit bb44962

Please sign in to comment.