Skip to content

Commit eee88e4

Browse files
committedJan 12, 2023
Bump to 2.27.2
1 parent 07171ef commit eee88e4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.27.2] - 2023-01-11
10+
911
### Fixed
1012
- [`no-duplicates`]: do not unconditionally require `typescript` ([#2665])
1113

@@ -1483,7 +1485,8 @@ for info on changes for earlier releases.
14831485
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
14841486
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
14851487

1486-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...HEAD
1488+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...HEAD
1489+
[2.27.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2
14871490
[2.27.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1
14881491
[2.27.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0
14891492
[2.26.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.27.1",
3+
"version": "2.27.2",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"
@@ -103,7 +103,7 @@
103103
"dependencies": {
104104
"array-includes": "^3.1.6",
105105
"array.prototype.flat": "^1.3.1",
106-
"array.prototype.flatmap": "^1.3.0",
106+
"array.prototype.flatmap": "^1.3.0",
107107
"debug": "^3.2.7",
108108
"doctrine": "^2.1.0",
109109
"eslint-import-resolver-node": "^0.3.7",

0 commit comments

Comments
 (0)
Please sign in to comment.