Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Mar 19, 2024
1 parent e3831f9 commit e8ae855
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.14.0

- Add new rule `no-duplicate-clock-or-source-array-values` ([PR #155](https://github.com/effector/eslint-plugin/pull/155)) by @gearonix
- Add support of Node.js 21
- Fix false-positive in `enforce-store-naming-convention` rule ([PR #159](https://github.com/effector/eslint-plugin/pull/159)) by @kireevmp

## v0.13.0

- Support new types `EventCallable` and `StoreWritable` in all rules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
"version": "0.13.0",
"version": "0.14.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
Expand Down

0 comments on commit e8ae855

Please sign in to comment.