Skip to content

Commit 2699251

Browse files
committed
Bump to v2.21.0
1 parent d84062e commit 2699251

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.21.0] - 2020-06-07
910
### Added
1011
- [`import/default`]: support default export in TSExportAssignment ([#1528], thanks [@joaovieira])
1112
- [`no-cycle`]: add `ignoreExternal` option ([#1681], thanks [@sveyret])
@@ -977,7 +978,8 @@ for info on changes for earlier releases.
977978
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
978979
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
979980

980-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...HEAD
981+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...HEAD
982+
[2.21.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.21.0
981983
[2.20.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2
982984
[2.20.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.20.0...v2.20.1
983985
[2.19.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0

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

0 commit comments

Comments
 (0)