Skip to content

Commit 7463de2

Browse files
committedOct 11, 2021
utils: v2.7.0
1 parent 900ac9a commit 7463de2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎utils/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## v2.7.0 - 2021-10-11
9+
810
### Added
911
- `fileExistsWithCaseSync`: add `strict` argument ([#1262], thanks [@sergei-startsev])
1012
- add `visit`, to support dynamic imports ([#1660], [#2212], thanks [@maxkomarychev], [@aladdin-add], [@Hypnosphi])

‎utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-module-utils",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.