From 5abd8bc27f5dfaadd51bee86da266576d7f4c778 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Wed, 29 Sep 2021 17:56:16 +0700 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a624277..51e9b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.3.1 + +- Fixed false-positive in `no-ambiguity-target` with factories ([PR #50](https://github.com/effector/eslint-plugin/pull/50)) + ## v0.3.0 - Add new rule: `no-useless-methods` ([PR #41](https://github.com/effector/eslint-plugin/pull/41)) diff --git a/package.json b/package.json index 1dd9b5c..7622644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-effector", - "version": "0.3.0", + "version": "0.3.1", "description": "Enforcing best practices for Effector", "main": "index.js", "author": "Igor Kamyshev ",