Skip to content

Commit 202e5e0

Browse files
committed
Bump to v2.24.0
1 parent 546f87f commit 202e5e0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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.24.0] - 2021-08-08
10+
911
### Added
1012
- [`no-dynamic-require`]: add option `esmodule` ([#1223], thanks [@vikr01])
1113
- [`named`]: add `commonjs` option ([#1222], thanks [@vikr01])
@@ -1179,7 +1181,8 @@ for info on changes for earlier releases.
11791181
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
11801182
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
11811183

1182-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...HEAD
1184+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...HEAD
1185+
[2.24.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0
11831186
[2.23.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.3...v2.23.4
11841187
[2.23.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.2...v2.23.3
11851188
[2.23.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.1...v2.23.2

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.23.4",
3+
"version": "2.24.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"
@@ -104,8 +104,8 @@
104104
"array.prototype.flat": "^1.2.4",
105105
"debug": "^2.6.9",
106106
"doctrine": "^2.1.0",
107-
"eslint-import-resolver-node": "^0.3.4",
108-
"eslint-module-utils": "^2.6.1",
107+
"eslint-import-resolver-node": "^0.3.5",
108+
"eslint-module-utils": "^2.6.2",
109109
"find-up": "^2.0.0",
110110
"has": "^1.0.3",
111111
"is-core-module": "^2.4.0",

0 commit comments

Comments
 (0)