Skip to content

Commit 5a59d6e

Browse files
chore: 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2024-08-14) ### Bug Fixes * typo in rules section ([#151](#151)) ([39b077f](39b077f))
1 parent 39b077f commit 5a59d6e

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.0.1](https://github.com/dword-design/eslint-plugin-import-alias/compare/v5.0.0...v5.0.1) (2024-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* typo in rules section ([#151](https://github.com/dword-design/eslint-plugin-import-alias/issues/151)) ([39b077f](https://github.com/dword-design/eslint-plugin-import-alias/commit/39b077fb90f7ba8b78eced9d072874f47967bf8c))
7+
18
# [5.0.0](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.9...v5.0.0) (2024-03-04)
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.0",
3+
"version": "5.0.1",
44
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
55
"keywords": [
66
"alias",

0 commit comments

Comments
 (0)