Skip to content

Commit ab929b3

Browse files
committed
Release 0.13.0
1 parent 12fd060 commit ab929b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.13.0
4+
5+
- Support new types `EventCallable` and `StoreWritable` in all rules
6+
- Drop support of Effector 22
7+
38
## v0.12.0
49

510
- Migrate to TypeScript v5 and `@typescript-eslint/*` v6 ([PR #151](https://github.com/effector/eslint-plugin/pull/151)) by @7rulnik

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-effector",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Enforcing best practices for Effector",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)