Skip to content

Commit ff8e7d7

Browse files
chore: 4.0.9 [skip ci]
## [4.0.9](v4.0.8...v4.0.9) (2023-11-04) ### Bug Fixes * document alias adjustment ([b142105](b142105)) * update dependency execa to v8 ([#131](#131)) ([06bff14](06bff14))
1 parent 06bff14 commit ff8e7d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.0.9](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.8...v4.0.9) (2023-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* document alias adjustment ([b142105](https://github.com/dword-design/eslint-plugin-import-alias/commit/b1421054974a8eb75d52f70ed9ca1240c549a39a))
7+
* update dependency execa to v8 ([#131](https://github.com/dword-design/eslint-plugin-import-alias/issues/131)) ([06bff14](https://github.com/dword-design/eslint-plugin-import-alias/commit/06bff14a0a50435ce4a4581481bb36a10e017ea3))
8+
19
## [4.0.8](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.7...v4.0.8) (2023-06-24)
210

311

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": "4.0.8",
3+
"version": "4.0.9",
44
"description": "An ESLint plugin that enforces the use of import aliases. Also supports autofixing.",
55
"keywords": [
66
"alias",

0 commit comments

Comments
 (0)