Skip to content

Commit bdda069

Browse files
committed
Bump to v2.22.1
1 parent aa42759 commit bdda069

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.22.1] - 2020-09-27
910
### Fixed
1011
- [`default`]/TypeScript: avoid crash on `export =` with a MemberExpression ([#1841], thanks [@ljharb])
1112
- [`extensions`]/importType: Fix @/abc being treated as scoped module ([#1854], thanks [@3nuc])
@@ -1038,7 +1039,8 @@ for info on changes for earlier releases.
10381039
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
10391040
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
10401041

1041-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...HEAD
1042+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...HEAD
1043+
[2.22.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1
10421044
[2.22.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.22.0
10431045
[2.21.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.21.2
10441046
[2.21.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.21.0...v2.21.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.22.0",
3+
"version": "2.22.1",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)