Skip to content

Commit 998c300

Browse files
committed
Bump to v2.23.4
1 parent ec10721 commit 998c300

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.4] - 2021-05-29
10+
911
### Fixed
1012
- [`no-import-module-exports`]: Don't crash if packages have no entrypoint ([#2099], thanks [@eps1lon])
1113
- [`no-extraneous-dependencies`]: fix package name algorithm ([#2097], thanks [@paztis])
@@ -1143,7 +1145,8 @@ for info on changes for earlier releases.
11431145
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
11441146
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
11451147

1146-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...HEAD
1148+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.4...HEAD
1149+
[2.23.4]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4
11471150
[2.23.3]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3
11481151
[2.23.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.1...v2.23.2
11491152
[2.23.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...v2.23.1

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

0 commit comments

Comments
 (0)