Skip to content

Commit 43f785f

Browse files
chore: 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2023-03-04) ### Bug Fixes * update dependency eslint to v8 ([#51](#51)) ([87887fc](87887fc))
1 parent 87887fc commit 43f785f

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+
## [3.0.1](https://github.com/dword-design/eslint-plugin-import-alias/compare/v3.0.0...v3.0.1) (2023-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependency eslint to v8 ([#51](https://github.com/dword-design/eslint-plugin-import-alias/issues/51)) ([87887fc](https://github.com/dword-design/eslint-plugin-import-alias/commit/87887fcf8b01bc52d0ce0a459cfd4f10fb4ab28f))
7+
18
# [3.0.0](https://github.com/dword-design/eslint-plugin-import-alias/compare/v2.0.7...v3.0.0) (2023-01-08)
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": "3.0.0",
3+
"version": "3.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)