We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468321a commit 96cad2aCopy full SHA for 96cad2a
utils/CHANGELOG.md
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
6
## Unreleased
7
8
+## v2.12.0 - 2024-09-26
9
+
10
### Added
11
- `hash`: add support for hashing functions ([#3072], thanks [@michaelfaith])
12
utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-module-utils",
3
- "version": "2.11.1",
+ "version": "2.12.0",
4
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
0 commit comments