Skip to content

Commit 9b1a3b9

Browse files
committed
[utils] v2.8.2
1 parent bab3a10 commit 9b1a3b9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

utils/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8-
### Changed
9-
- [types] use shared config (thanks [@ljharb])
10-
- [meta] add `exports`, `main`
8+
## v2.8.2 - 2024-08-25
119

1210
### Fixed
1311
- `parse`: also delete `parserOptions.projectService` ([#3039], thanks [@Mysak0CZ])
1412

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+
1519
## v2.8.1 - 2024-02-26
1620

1721
### Fixed

utils/package.json

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

0 commit comments

Comments
 (0)