Skip to content

Commit

Permalink
Bump to v2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 24, 2021
1 parent 033ba64 commit 924b435
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Expand Up @@ -6,7 +6,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## [Unreleased]

### Fixes
## [2.24.2] - 2021-08-24

### Fixed
- [`named`], [`namespace`]: properly handle ExportAllDeclarations ([#2199], thanks [@ljharb])

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

[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...HEAD
[2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.0...v2.24.1
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...HEAD
[2.24.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
[2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1
[2.24.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0
[2.23.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.3...v2.23.4
[2.23.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.2...v2.23.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "2.24.1",
"version": "2.24.2",
"description": "Import with sanity.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 924b435

Please sign in to comment.