Skip to content

Commit 63d2a3f

Browse files
committed
Bump to v2.21.1
1 parent 381b2b5 commit 63d2a3f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
66

77
## [Unreleased]
88

9+
## [2.21.1] - 2020-06-07
10+
### Fixed
11+
- TypeScript: [`import/named`]: avoid requiring `typescript` when not using TS ([#1805], thanks [@ljharb])
12+
913
## [2.21.0] - 2020-06-07
1014
### Added
1115
- [`import/default`]: support default export in TSExportAssignment ([#1528], thanks [@joaovieira])
@@ -978,7 +982,8 @@ for info on changes for earlier releases.
978982
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
979983
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
980984

981-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...HEAD
985+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...HEAD
986+
[2.21.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...v2.21.1
982987
[2.21.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.0
983988
[2.20.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2
984989
[2.20.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.21.0",
3+
"version": "2.21.1",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)