Skip to content

Commit cda23fe

Browse files
committed
Bump to 2.27.4
1 parent 520e169 commit cda23fe

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.27.4] - 2023-01-11
10+
911
### Fixed
1012
- `semver` should be a prod dep ([#2668])
1113

@@ -1495,7 +1497,8 @@ for info on changes for earlier releases.
14951497
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
14961498
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
14971499

1498-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...HEAD
1500+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...HEAD
1501+
[2.27.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4
14991502
[2.27.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3
15001503
[2.27.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2
15011504
[2.27.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.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.27.3",
3+
"version": "2.27.4",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)