Skip to content

Commit 0908888

Browse files
chore: 4.0.0 [skip ci]
# [4.0.0](v3.0.8...v4.0.0) (2023-04-17) ### Bug Fixes * update dependency babel-plugin-module-resolver to v5 ([#95](#95)) ([d3df2f3](d3df2f3)) ### BREAKING CHANGES * require Node.js >= 16
1 parent d3df2f3 commit 0908888

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+
# [4.0.0](https://github.com/dword-design/eslint-plugin-import-alias/compare/v3.0.8...v4.0.0) (2023-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependency babel-plugin-module-resolver to v5 ([#95](https://github.com/dword-design/eslint-plugin-import-alias/issues/95)) ([d3df2f3](https://github.com/dword-design/eslint-plugin-import-alias/commit/d3df2f324078a2644175214a0f005d195a6afdb0))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* require Node.js >= 16
12+
113
## [3.0.8](https://github.com/dword-design/eslint-plugin-import-alias/compare/v3.0.7...v3.0.8) (2023-04-09)
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": "3.0.8",
3+
"version": "4.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)