Skip to content

Commit c4c6b68

Browse files
committed
Release 0.4.0
1 parent 6b63c38 commit c4c6b68

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
5+
- Add new rule: `no-watch` ([PR #51](https://github.com/effector/eslint-plugin/pull/51) by @binjospookie)
6+
- Add new rule: `no-unnecessary-combination` ([PR #43](https://github.com/effector/eslint-plugin/pull/43))
7+
- Decrease package size in `node_modules` 42.4 kB -> 39.3 kB ([PR #54](https://github.com/effector/eslint-plugin/pull/54))
8+
- Add links to rule docs to IDE prompts ([PR #55](https://github.com/effector/eslint-plugin/pull/55))
9+
- Support ESLint 8 ([PR #58](https://github.com/effector/eslint-plugin/pull/58))
10+
311
## v0.3.1
412

513
- Fixed false-positive in `no-ambiguity-target` with factories ([PR #50](https://github.com/effector/eslint-plugin/pull/50))

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

0 commit comments

Comments
 (0)