From 6adf335c1670b8fe6db9e033dc583a9f3696427c Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Thu, 16 Jun 2022 18:10:38 +0700 Subject: [PATCH] Release 0.7.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 979caa6..7b433b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.7.5 + +- Fix `no-guard`/`no-forward` [suggestion bugs](https://github.com/effector/eslint-plugin/issues/87) ([PR #105](https://github.com/effector/eslint-plugin/pull/105) by @Minhir) + ## v0.7.4 - Fix false-positive in `mandatory-useEvent` on effect stores diff --git a/package.json b/package.json index 2c0dd37..ade7159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-effector", - "version": "0.7.4", + "version": "0.7.5", "description": "Enforcing best practices for Effector", "keywords": [ "eslint",