Skip to content

Commit 2320af4

Browse files
chore: release eslint-plugin-import-x (#351)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JounQin <admin@1stg.me>
1 parent 43cdd21 commit 2320af4

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/khaki-sites-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smooth-horses-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-tables-stop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# eslint-plugin-import-x
22

3+
## 4.14.0
4+
5+
### Minor Changes
6+
7+
- [#272](https://github.com/un-ts/eslint-plugin-import-x/pull/272) [`43cdd21`](https://github.com/un-ts/eslint-plugin-import-x/commit/43cdd21485863292461fd640ba6da561be5e829f) Thanks [@SukkaW](https://github.com/SukkaW) and [@JounQin](https://github.com/JounQin)! - feat: map legacy node resolver to the new one with fallback support
8+
9+
- [#350](https://github.com/un-ts/eslint-plugin-import-x/pull/350) [`12a7cda`](https://github.com/un-ts/eslint-plugin-import-x/commit/12a7cdafe314a87709342eea6abbbcf3562c68e9) Thanks [@43081j](https://github.com/43081j)! - Expose flat configs in `configs` object to allow use of ESLint `extends`
10+
11+
### Patch Changes
12+
13+
- [#352](https://github.com/un-ts/eslint-plugin-import-x/pull/352) [`3bc48fc`](https://github.com/un-ts/eslint-plugin-import-x/commit/3bc48fcfab4bf5ddbabb4508cf5e63b8d8aaee04) Thanks [@JounQin](https://github.com/JounQin)! - fix: enable `nocomment` glob option for rule `no-unassigned-import`'s `allow` option
14+
315
## 4.13.3
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import-x",
3-
"version": "4.13.3",
3+
"version": "4.14.0",
44
"type": "module",
55
"description": "Import with sanity.",
66
"repository": "https://github.com/un-ts/eslint-plugin-import-x",

0 commit comments

Comments
 (0)