Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Jan 26, 2024
1 parent 12fd060 commit ab929b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.13.0

- Support new types `EventCallable` and `StoreWritable` in all rules
- Drop support of Effector 22

## v0.12.0

- Migrate to TypeScript v5 and `@typescript-eslint/*` v6 ([PR #151](https://github.com/effector/eslint-plugin/pull/151)) by @7rulnik
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.12.0",
"version": "0.13.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
Expand Down

0 comments on commit ab929b3

Please sign in to comment.