Skip to content

Commit ef094f2

Browse files
committed
[meta] add missing CHANGELOG entry
1 parent 1fa2971 commit ef094f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1111
- [`consistent-type-specifier-style`]: fix accidental removal of comma in certain cases ([#2754], thanks [@bradzacher])
1212
- [Perf] `ExportMap`: Improve `ExportMap.for` performance on larger codebases ([#2756], thanks [@leipert])
1313
- [`no-extraneous-dependencies`]/TypeScript: do not error when importing inline type from dev dependencies ([#1820], thanks [@andyogo])
14+
* [`order`]: partial fix for [#2687] (thanks [@ljharb])
1415

1516
### Changed
1617
- [Docs] [`no-duplicates`]: fix example schema ([#2684], thanks [@simmo])
@@ -1397,6 +1398,7 @@ for info on changes for earlier releases.
13971398
[#211]: https://github.com/import-js/eslint-plugin-import/pull/211
13981399
[#164]: https://github.com/import-js/eslint-plugin-import/pull/164
13991400
[#157]: https://github.com/import-js/eslint-plugin-import/pull/157
1401+
[#2687]: https://github.com/import-js/eslint-plugin-import/issues/2687
14001402
[#2684]: https://github.com/import-js/eslint-plugin-import/issues/2684
14011403
[#2674]: https://github.com/import-js/eslint-plugin-import/issues/2674
14021404
[#2668]: https://github.com/import-js/eslint-plugin-import/issues/2668

0 commit comments

Comments
 (0)