Skip to content

Commit

Permalink
Bump to 2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 12, 2023
1 parent 07171ef commit eee88e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.2] - 2023-01-11

### Fixed
- [`no-duplicates`]: do not unconditionally require `typescript` ([#2665])

Expand Down Expand Up @@ -1483,7 +1485,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.1...HEAD
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...HEAD
[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
[2.27.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0
[2.26.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "2.27.1",
"version": "2.27.2",
"description": "Import with sanity.",
"engines": {
"node": ">=4"
Expand Down Expand Up @@ -103,7 +103,7 @@
"dependencies": {
"array-includes": "^3.1.6",
"array.prototype.flat": "^1.3.1",
"array.prototype.flatmap": "^1.3.0",
"array.prototype.flatmap": "^1.3.0",
"debug": "^3.2.7",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.7",
Expand Down

0 comments on commit eee88e4

Please sign in to comment.