Skip to content

Commit 953a634

Browse files
chore: release eslint-plugin-import-x
1 parent 1089d9f commit 953a634

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/light-llamas-return.md

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

.changeset/major-apples-invent.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.16.0
4+
5+
### Minor Changes
6+
7+
- [#386](https://github.com/un-ts/eslint-plugin-import-x/pull/386) [`1c8b9ae`](https://github.com/un-ts/eslint-plugin-import-x/commit/1c8b9ae3a6f99f15d34c5be3d65d99582fba7c62) Thanks [@JounQin](https://github.com/JounQin)! - feat: port [`react-x/prefer-react-namespace-import`](https://eslint-react.xyz/docs/rules/prefer-react-namespace-import) into `prefer-namespace-import`
8+
9+
### Patch Changes
10+
11+
- [#388](https://github.com/un-ts/eslint-plugin-import-x/pull/388) [`1089d9f`](https://github.com/un-ts/eslint-plugin-import-x/commit/1089d9ff44a49bbb6a23db54c8b4bef2478ee8c2) Thanks [@JounQin](https://github.com/JounQin)! - fix: take `context.cwd` into account for cache key
12+
313
## 4.15.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.15.2",
3+
"version": "4.16.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)