Skip to content

Commit 68cea3e

Browse files
committed
Bump to v2.25.4
1 parent dbf668e commit 68cea3e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-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.25.4] - 2022-01-02
10+
911
### Fixed
1012
- `importType`: avoid crashing on a non-string' ([#2305], thanks [@ljharb])
1113
- [`first`]: prevent crash when parsing angular templates ([#2210], thanks [@ljharb])
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1517
### Changed
1618
- [`no-default-import`]: report on the token "default" instead of the entire node ([#2299], thanks [@pmcelhaney])
1719
- [Docs] [`order`]: Remove duplicate mention of default ([#2280], thanks [@johnthagen])
20+
- [Deps] update `eslint-module-utils`
1821

1922
## [2.25.3] - 2021-11-09
2023

@@ -1344,7 +1347,8 @@ for info on changes for earlier releases.
13441347
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
13451348
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
13461349

1347-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...HEAD
1350+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...HEAD
1351+
[2.25.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.25.4
13481352
[2.25.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...v2.25.3
13491353
[2.25.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2
13501354
[2.25.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1

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

0 commit comments

Comments
 (0)