Skip to content

Commit 924b435

Browse files
committedAug 24, 2021
Bump to v2.24.2
1 parent 033ba64 commit 924b435

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
 

‎CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
66

77
## [Unreleased]
88

9-
### Fixes
9+
## [2.24.2] - 2021-08-24
10+
11+
### Fixed
1012
- [`named`], [`namespace`]: properly handle ExportAllDeclarations ([#2199], thanks [@ljharb])
1113

1214
## [2.24.1] - 2021-08-19
@@ -1265,8 +1267,9 @@ for info on changes for earlier releases.
12651267
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
12661268
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
12671269

1268-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...HEAD
1269-
[2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.0...v2.24.1
1270+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...HEAD
1271+
[2.24.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
1272+
[2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1
12701273
[2.24.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0
12711274
[2.23.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.3...v2.23.4
12721275
[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.1",
3+
"version": "2.24.2",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.