diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bb805..0058f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.8.2 + +- Fix false-negative in `enforce-store-naming-convention` rule ([PR #119](https://github.com/effector/eslint-plugin/pull/119) by @iposokhin) + ## v0.8.1 - Fix typo in `react` preset config diff --git a/package.json b/package.json index 7d62999..0c55e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-effector", - "version": "0.8.1", + "version": "0.8.2", "description": "Enforcing best practices for Effector", "keywords": [ "eslint",