File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
- ### Changed
9
- - [ types] use shared config (thanks [ @ljharb ] )
10
- - [ meta] add ` exports ` , ` main `
8
+ ## v2.8.2 - 2024-08-25
11
9
12
10
### Fixed
13
11
- ` parse ` : also delete ` parserOptions.projectService ` ([ #3039 ] , thanks [ @Mysak0CZ ] )
14
12
13
+ ### Changed
14
+ - [ types] use shared config (thanks [ @ljharb ] )
15
+ - [ meta] add ` exports ` , ` main `
16
+ - [ meta] add ` repository.directory ` field
17
+ - [ refactor] avoid hoisting
18
+
15
19
## v2.8.1 - 2024-02-26
16
20
17
21
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-module-utils" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"description" : " Core utilities to support eslint-plugin-import and other module-related plugins." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments