Skip to content

Commit

Permalink
eslint-plugin-simple-import-sort v12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 2, 2024
1 parent 5505d7d commit 57708e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 12.1.1 (2024-07-02)

This release adds a short `meta.docs.description` to each rule. Thanks to fisker Cheung (@fisker)!

### 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!
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-simple-import-sort",
"version": "12.1.0",
"version": "12.1.1",
"license": "MIT",
"author": "Simon Lydell",
"repository": "lydell/eslint-plugin-simple-import-sort",
Expand Down

0 comments on commit 57708e4

Please sign in to comment.