Skip to content

Commit 8b1f974

Browse files
committed
Release 0.6.0
1 parent e77e712 commit 8b1f974

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.6.0
4+
5+
- Add new rule `keep-options-order` ([PR #81](https://github.com/effector/eslint-plugin/pull/81))
6+
- Add new rule `no-forward` ([PR #82](https://github.com/effector/eslint-plugin/pull/82))
7+
- Fix false-positive on nested obejct with store in `no-duplicate-on` ([PR #86](https://github.com/effector/eslint-plugin/pull/86))
8+
- Fix possible exception on WIP code in some IDEs in `no-duplicate-on`
9+
310
## v0.5.2
411

512
- Fix error of parsing empty function in `strict-effect-handlers`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-effector",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Enforcing best practices for Effector",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)