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 dbaf776 commit afc53f9Copy full SHA for afc53f9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.0.5](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.4...v4.0.5) (2023-05-26)
2
+
3
4
+### Bug Fixes
5
6
+* update dependency @babel/core to v7.22.1 ([dbaf776](https://github.com/dword-design/eslint-plugin-import-alias/commit/dbaf776b6d9fcc02e3c41a8df5ff6c7072ca7cf4))
7
8
## [4.0.4](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.3...v4.0.4) (2023-05-20)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@dword-design/eslint-plugin-import-alias",
- "version": "4.0.4",
+ "version": "4.0.5",
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
"keywords": [
"alias",
0 commit comments