diff --git a/CHANGELOG.md b/CHANGELOG.md index c892580..3e3a464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.14.0 + +- Add new rule `no-duplicate-clock-or-source-array-values` ([PR #155](https://github.com/effector/eslint-plugin/pull/155)) by @gearonix +- Add support of Node.js 21 +- Fix false-positive in `enforce-store-naming-convention` rule ([PR #159](https://github.com/effector/eslint-plugin/pull/159)) by @kireevmp + ## v0.13.0 - Support new types `EventCallable` and `StoreWritable` in all rules diff --git a/package.json b/package.json index a3506a7..7410d36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-effector", - "version": "0.13.0", + "version": "0.14.0", "description": "Enforcing best practices for Effector", "keywords": [ "eslint",