Skip to content

Commit

Permalink
Publish release (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 29, 2024
1 parent c5583d2 commit da0089b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/famous-cats-chew.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- Deprecate plugin settings ([#19](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/19))
The next major version of the plugin will use

- `import-sorting/framework-patterns` instead of `known-framework`
- `import-sorting/internal-patterns` instead of `known-first-party`

## 1.2.0

### Minor 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": "1.2.0",
"version": "1.2.1",
"description": "ESLint plugin to group and sort imports by module, à la Python isort",
"keywords": [
"eslint",
Expand Down

0 comments on commit da0089b

Please sign in to comment.