We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a41c45 commit c64bb4fCopy full SHA for c64bb4f
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