Skip to content

Commit 6b583da

Browse files
chore: release eslint-plugin-import-x
1 parent 4b2c0c5 commit 6b583da

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/eight-oranges-lie.md

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

.changeset/fix-extensions-dts.md

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

CHANGELOG.md

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

3+
## 4.17.0
4+
5+
### Minor Changes
6+
7+
- [#474](https://github.com/un-ts/eslint-plugin-import-x/pull/474) [`4b2c0c5`](https://github.com/un-ts/eslint-plugin-import-x/commit/4b2c0c50577ba5b38823fb6d2b1f7e0e2cb9b760) Thanks [@regseb](https://github.com/regseb)! - Support `RegExp` in the `import-x/ignore` setting and the `ignore` option of the `no-unresolved` rule.
8+
9+
### Patch Changes
10+
11+
- [#468](https://github.com/un-ts/eslint-plugin-import-x/pull/468) [`240ed58`](https://github.com/un-ts/eslint-plugin-import-x/commit/240ed58cb3d699c5107af065d8482a5c902a2f95) Thanks [@silverwind](https://github.com/silverwind)! - Make `extensions` handle `.d.ts` correctly
12+
313
## 4.16.2
414

515
### 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.16.2",
3+
"version": "4.17.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)