Skip to content

Commit 9cc1654

Browse files
committedOct 12, 2021
Bump to v2.25.1
1 parent 6bdab31 commit 9cc1654

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](http://keepachangel
66

77
## [Unreleased]
88

9+
## [2.25.1] - 2021-10-11
10+
911
### Fixed
1012
- [Deps] update `eslint-module-utils`
1113

@@ -1300,7 +1302,8 @@ for info on changes for earlier releases.
13001302
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
13011303
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
13021304

1303-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...HEAD
1305+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...HEAD
1306+
[2.25.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
13041307
[2.25.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0
13051308
[2.24.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
13061309
[2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.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.0",
3+
"version": "2.25.1",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.