Skip to content

Commit 61c4674

Browse files
committed
eslint-plugin-simple-import-sort v12.1.0
1 parent 3b0f491 commit 61c4674

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 12.1.0 (2024-04-13)
2+
3+
This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install `@types/eslint` yourself. Thanks to @Logicer16!
4+
15
### Version 12.0.0 (2024-02-10)
26

37
This release removes the support for import assignments added in version 11.0.0:

package-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-simple-import-sort",
3-
"version": "12.0.0",
3+
"version": "12.1.0",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"repository": "lydell/eslint-plugin-simple-import-sort",

0 commit comments

Comments
 (0)