Skip to content

Commit 167f16c

Browse files
committed
Bump to 2.27.1
1 parent 7cca10b commit 167f16c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1] - 2023-01-11
10+
911
### Fixed
1012
- `array.prototype.flatmap` should be a prod dep ([#2664], thanks [@cristobal])
1113

@@ -1477,7 +1479,8 @@ for info on changes for earlier releases.
14771479
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
14781480
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
14791481

1480-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...HEAD
1482+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...HEAD
1483+
[2.27.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1
14811484
[2.27.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0
14821485
[2.26.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0
14831486
[2.25.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.3...v2.25.4

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

0 commit comments

Comments
 (0)