Skip to content

Commit 022ca26

Browse files
chore: 5.1.0 [skip ci]
# [5.1.0](v5.0.2...v5.1.0) (2024-08-17) ### Features * allow to alias also subpaths ([4f697c9](4f697c9))
1 parent 4f697c9 commit 022ca26

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.1.0](https://github.com/dword-design/eslint-plugin-import-alias/compare/v5.0.2...v5.1.0) (2024-08-17)
2+
3+
4+
### Features
5+
6+
* allow to alias also subpaths ([4f697c9](https://github.com/dword-design/eslint-plugin-import-alias/commit/4f697c906dee608fb4364139e6cfc88c5aae6d1d))
7+
18
## [5.0.2](https://github.com/dword-design/eslint-plugin-import-alias/compare/v5.0.1...v5.0.2) (2024-08-17)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dword-design/eslint-plugin-import-alias",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
55
"keywords": [
66
"alias",

0 commit comments

Comments
 (0)