Skip to content

Commit

Permalink
Publish release (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
1 parent 811a070 commit e8958ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-actors-happen.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- Export ESM and types ([#21](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/21))
Plugin is exported as ESM and CJS, and includes type declarations as well.

## 1.2.1

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

0 comments on commit e8958ed

Please sign in to comment.