Skip to content

Commit

Permalink
Publish release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
1 parent ba66f25 commit 0c1d3f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-glasses-end.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-plugin-import-sorting

## 2.1.0

### Minor Changes

- Add new `specifier-order` rule for sorting named imports ([#25](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/25))

## 2.0.0

### Major Changes
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-import-sorting",
"version": "2.0.0",
"version": "2.1.0",
"description": "ESLint plugin to group and sort imports by module, à la Python isort",
"keywords": [
"eslint",
Expand Down

0 comments on commit 0c1d3f2

Please sign in to comment.