We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9631b31 commit a27a107Copy full SHA for a27a107
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.0.1](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.0...v4.0.1) (2023-04-22)
2
+
3
4
+### Bug Fixes
5
6
+* update dependency eslint to v8.39.0 ([9631b31](https://github.com/dword-design/eslint-plugin-import-alias/commit/9631b313338be6c34a690bf3e167724a82799b64))
7
8
# [4.0.0](https://github.com/dword-design/eslint-plugin-import-alias/compare/v3.0.8...v4.0.0) (2023-04-17)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@dword-design/eslint-plugin-import-alias",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
"keywords": [
"alias",
0 commit comments