Skip to content

Commit 20c373c

Browse files
committed
Bump to v2.23.3
1 parent 0a08b6a commit 20c373c

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](http://keepachangel
66

77
## [Unreleased]
88

9+
## [2.23.3] - 2021-05-21
10+
911
### Fixed
1012
- [`no-restricted-paths`]: fix false positive matches ([#2090], thanks [@malykhinvi])
1113
- [`no-cycle`]: ignore imports where imported file only imports types of importing file ([#2083], thanks [@cherryblossom000])
@@ -1135,7 +1137,8 @@ for info on changes for earlier releases.
11351137
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
11361138
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
11371139

1138-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...HEAD
1140+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...HEAD
1141+
[2.23.3]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3
11391142
[2.23.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2
11401143
[2.23.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1
11411144
[2.23.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0

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.23.2",
3+
"version": "2.23.3",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)