Skip to content

Commit e8ae855

Browse files
committed
Release 0.14.0
1 parent e3831f9 commit e8ae855

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.14.0
4+
5+
- Add new rule `no-duplicate-clock-or-source-array-values` ([PR #155](https://github.com/effector/eslint-plugin/pull/155)) by @gearonix
6+
- Add support of Node.js 21
7+
- Fix false-positive in `enforce-store-naming-convention` rule ([PR #159](https://github.com/effector/eslint-plugin/pull/159)) by @kireevmp
8+
39
## v0.13.0
410

511
- Support new types `EventCallable` and `StoreWritable` in all rules

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

0 commit comments

Comments
 (0)