Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Sep 12, 2022
1 parent f7b99c9 commit 345ee9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.9.0

- Add new rule `no-patronum-debug` ([PR #121](https://github.com/effector/eslint-plugin/pull/121) by @raidenmiro)

## v0.8.2

- Fix false-negative in `enforce-store-naming-convention` rule ([PR #119](https://github.com/effector/eslint-plugin/pull/119) by @iposokhin)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
"version": "0.8.2",
"version": "0.9.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
Expand Down Expand Up @@ -32,7 +32,6 @@
"glob": "^8.0.3",
"jest": "^27.1.0",
"nano-staged": "^0.5.0",
"patronum": "^1.12.1",
"react": "^17.0.2",
"simple-git-hooks": "^2.7.0",
"typescript": "^4.4.2"
Expand Down

0 comments on commit 345ee9d

Please sign in to comment.