Skip to content

Commit 6171a7a

Browse files
committedAug 19, 2021
Bump to v2.24.1
1 parent 4dc4651 commit 6171a7a

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](http://keepachangel
66

77
## [Unreleased]
88

9+
## [2.24.1] - 2021-08-19
10+
911
### Fixed
1012
- `ExportMap`: Add default export when esModuleInterop is true and anything is exported ([#2184], thanks [@Maxim-Mazurok])
1113
- [`named`], [`namespace`]: properly set reexports on `export * as … from` ([#1998], [#2161], thanks [@ljharb])
@@ -1257,7 +1259,8 @@ for info on changes for earlier releases.
12571259
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
12581260
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
12591261

1260-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...HEAD
1262+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...HEAD
1263+
[2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.0...v2.24.1
12611264
[2.24.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0
12621265
[2.23.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.3...v2.23.4
12631266
[2.23.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.2...v2.23.3

‎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.24.0",
3+
"version": "2.24.1",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.