Skip to content

Commit d160285

Browse files
committed
Bump to 2.26.0
1 parent 0e80ee3 commit d160285

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## [Unreleased]
88

9+
## [2.26.0] - 2022-04-05
10+
911
### Added
1012
- [`no-named-default`, `no-default-export`, `prefer-default-export`, `no-named-export`, `export`, `named`, `namespace`, `no-unused-modules`]: support arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])
1113
- [`no-dynamic-require`]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki])
@@ -1378,7 +1380,8 @@ for info on changes for earlier releases.
13781380
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
13791381
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
13801382

1381-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...HEAD
1383+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...HEAD
1384+
[2.26.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0
13821385
[2.25.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.25.4
13831386
[2.25.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3
13841387
[2.25.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2

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

0 commit comments

Comments
 (0)