Skip to content

Commit 7a9c412

Browse files
chore: release eslint-plugin-import-x (#254)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6940b14 commit 7a9c412

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/eleven-jobs-matter.md

-10
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# eslint-plugin-import-x
22

3+
## 4.9.0
4+
5+
### Minor Changes
6+
7+
- [#248](https://github.com/un-ts/eslint-plugin-import-x/pull/248) [`6940b14`](https://github.com/un-ts/eslint-plugin-import-x/commit/6940b14426e75f0b0b860c1dddfe6a928510b974) Thanks [@TrevorBurnham](https://github.com/TrevorBurnham)! - feat: port all `order` rule new options from upstream
8+
9+
- [`newlines-between-types`](https://github.com/import-js/eslint-plugin-import/pull/3127)
10+
- [`named`](https://github.com/import-js/eslint-plugin-import/pull/3043)
11+
- [`consolidateIslands`](https://github.com/import-js/eslint-plugin-import/pull/3129)
12+
- [`sortTypesGroup`](https://github.com/import-js/eslint-plugin-import/pull/3104)
13+
314
## 4.8.1
415

516
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-x",
3-
"version": "4.8.1",
3+
"version": "4.9.0",
44
"type": "commonjs",
55
"description": "Import with sanity.",
66
"repository": "git+https://github.com/un-ts/eslint-plugin-import-x",

0 commit comments

Comments
 (0)