Skip to content

Commit 18787d3

Browse files
committed
Bump to 2.30.0
1 parent 9902298 commit 18787d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## [Unreleased]
88

9+
## [2.30.0] - 2024-09-02
10+
911
### Added
1012
- [`dynamic-import-chunkname`]: add `allowEmpty` option to allow empty leading comments ([#2942], thanks [@JiangWeixian])
1113
- [`dynamic-import-chunkname`]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai])
@@ -1615,7 +1617,8 @@ for info on changes for earlier releases.
16151617
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
16161618
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
16171619

1618-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...HEAD
1620+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...HEAD
1621+
[2.30.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0
16191622
[2.29.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1
16201623
[2.29.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0
16211624
[2.28.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.29.1",
3+
"version": "2.30.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)