Skip to content

Commit aaddca8

Browse files
chore: 5.0.0 [skip ci]
# [5.0.0](v4.0.9...v5.0.0) (2024-03-04) ### Bug Fixes * lock file maintenance ([#170](#170)) ([8d92063](8d92063)) ### BREAKING CHANGES * node.js >= 18
1 parent 8d92063 commit aaddca8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.9...v5.0.0) (2024-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* lock file maintenance ([#170](https://github.com/dword-design/eslint-plugin-import-alias/issues/170)) ([8d92063](https://github.com/dword-design/eslint-plugin-import-alias/commit/8d920633e047f5759d450db8ff051875fd686e6c))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* node.js >= 18
12+
113
## [4.0.9](https://github.com/dword-design/eslint-plugin-import-alias/compare/v4.0.8...v4.0.9) (2023-11-04)
214

315

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.9",
3+
"version": "5.0.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)