We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5076883 commit e4d8a8eCopy full SHA for e4d8a8e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.10.2
4
+
5
+- Fix unhandled exception in `no-patronum-debug` rule
6
7
## v0.10.1
8
9
- Fix false-positive in `no-patronum-debug` rule ([PR #126](https://github.com/effector/eslint-plugin/pull/126)) by @raidenmiro
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
- "version": "0.10.1",
+ "version": "0.10.2",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
0 commit comments