We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5baff2 commit 0c76133Copy full SHA for 0c76133
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.10.1
4
+
5
+- Fix false-positive in `no-patronum-debug` rule ([PR #126](https://github.com/effector/eslint-plugin/pull/126)) by @raidenmiro
6
7
## v0.10.0
8
9
- Allow using package on Node.js 15 and Node.js 17 ([PR #124](https://github.com/effector/eslint-plugin/pull/124))
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
- "version": "0.10.0",
+ "version": "0.10.1",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
0 commit comments