Skip to content

Commit ec10721

Browse files
committed
[meta] fix changelog entries
1 parent da8d584 commit ec10721

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
66

77
## [Unreleased]
88

9+
### Fixed
10+
- [`no-import-module-exports`]: Don't crash if packages have no entrypoint ([#2099], thanks [@eps1lon])
11+
- [`no-extraneous-dependencies`]: fix package name algorithm ([#2097], thanks [@paztis])
12+
913
## [2.23.3] - 2021-05-21
1014

1115
### Fixed
1216
- [`no-restricted-paths`]: fix false positive matches ([#2090], thanks [@malykhinvi])
1317
- [`no-cycle`]: ignore imports where imported file only imports types of importing file ([#2083], thanks [@cherryblossom000])
1418
- [`no-cycle`]: fix false negative when file imports a type after importing a value in Flow ([#2083], thanks [@cherryblossom000])
1519
- [`order`]: restore default behavior unless `type` is in groups ([#2087], thanks [@grit96])
16-
- [`no-import-module-exports`]: Don't crash if packages have no entrypoint ([#2099], thanks [@eps1lon])
17-
- [`no-extraneous-dependencies`]: fix package name algorithm ([#2097], thanks [@paztis])
1820

1921
### Changed
2022
- [Docs] Add `no-relative-packages` to list of to the list of rules ([#2075], thanks [@arvigeus])

0 commit comments

Comments
 (0)