Skip to content

Commit aee5237

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2025-01-23) ### Features * sort files by errorCount and warningCount ([cda839c](cda839c))
1 parent cda839c commit aee5237

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/fengzilong/eslint-formatter-mo/compare/v2.1.0...v2.2.0) (2025-01-23)
2+
3+
4+
### Features
5+
6+
* sort files by errorCount and warningCount ([cda839c](https://github.com/fengzilong/eslint-formatter-mo/commit/cda839cf017b8dc1e92f1d8a09eb2390264e8c13))
7+
18
# [2.1.0](https://github.com/fengzilong/eslint-formatter-mo/compare/v2.0.0...v2.1.0) (2025-01-15)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-formatter-mo",
33
"description": "Good-lookin' ESLint formatter for delightful readability",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"type": "module",
66
"exports": {
77
"import": "./lib/index.js",

0 commit comments

Comments
 (0)