Skip to content

Commit

Permalink
[utils] v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 6, 2024
1 parent 4944f28 commit 107e30d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

## v2.11.0 - 2024-09-05

### New
- `declaredScope`: take a `node` for modern eslint versions (thanks [@michaelfaith])

Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-module-utils",
"version": "2.10.0",
"version": "2.11.0",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 107e30d

Please sign in to comment.