Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Feb 1, 2022
1 parent e77e712 commit 8b1f974
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.0

- Add new rule `keep-options-order` ([PR #81](https://github.com/effector/eslint-plugin/pull/81))
- Add new rule `no-forward` ([PR #82](https://github.com/effector/eslint-plugin/pull/82))
- Fix false-positive on nested obejct with store in `no-duplicate-on` ([PR #86](https://github.com/effector/eslint-plugin/pull/86))
- Fix possible exception on WIP code in some IDEs in `no-duplicate-on`

## v0.5.2

- Fix error of parsing empty function in `strict-effect-handlers`
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.5.2",
"version": "0.6.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
Expand Down

0 comments on commit 8b1f974

Please sign in to comment.