Skip to content

Commit

Permalink
Bump to 2.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 12, 2023
1 parent 520e169 commit cda23fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## [Unreleased]

## [2.27.4] - 2023-01-11

### Fixed
- `semver` should be a prod dep ([#2668])

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

[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...HEAD
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...HEAD
[2.27.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4
[2.27.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3
[2.27.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2
[2.27.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "2.27.3",
"version": "2.27.4",
"description": "Import with sanity.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit cda23fe

Please sign in to comment.