Skip to content

Commit

Permalink
Publish release (#15)
Browse files Browse the repository at this point in the history
github-actions[bot] authored Apr 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 011e192 commit ba20caf
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/tiny-chefs-pay.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.2.0

### Minor Changes

- Allow array values for plugin settings ([#14](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/14))
Settings options now accept an array of pattern strings, instead of only a single, more convoluted, RegExp string.
Closes #8

## 1.1.0

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

0 comments on commit ba20caf

Please sign in to comment.