Skip to content

Commit

Permalink
Publish release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 19, 2024
1 parent c307eb1 commit 662ddbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/shiny-spiders-deny.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Update export and build strategy ([#6](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/6))

Should fix issues with plugin being unable to load, or rule definitions not being found.

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

0 comments on commit 662ddbe

Please sign in to comment.