Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 13, 2024
1 parent 3b0f491 commit 61c4674
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### Version 12.1.0 (2024-04-13)

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!

### Version 12.0.0 (2024-02-10)

This release removes the support for import assignments added in version 11.0.0:
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
"version": "12.0.0",
"version": "12.1.0",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 61c4674

Please sign in to comment.