Skip to content

Commit 52d747c

Browse files
committed
Release 0.5.0
1 parent 2d9af63 commit 52d747c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## v0.5.0
4+
5+
### Rules
6+
7+
- Add new rule `no-duplicate-on` ([PR #76](https://github.com/effector/eslint-plugin/pull/76))
8+
- Add new rule `strict-effect-handlers` ([PR #78](https://github.com/effector/eslint-plugin/pull/78))
9+
- Add new rule `enforce-gate-naming-convention` ([PR #80](https://github.com/effector/eslint-plugin/pull/80))
10+
11+
### Presets
12+
13+
- Add new preset `scope` ([PR #79](https://github.com/effector/eslint-plugin/pull/79))
14+
- Add new preset `react` ([PR #80](https://github.com/effector/eslint-plugin/pull/80))
15+
16+
### Fixes
17+
18+
- Fix incorrect suggestion in IDE in rule `enforce-store-naming-convention`
19+
320
## v0.4.2
421

522
- Fix false-positive in `no-useless-methods` rule ([PR #77](https://github.com/effector/eslint-plugin/pull/77))

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.4.2",
3+
"version": "0.5.0",
44
"description": "Enforcing best practices for Effector",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)