Skip to content

Commit 58301e1

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.1...v2.0.0) (2025-01-08) ### Features * use shiki to highlight code and move to ESM ([#31](#31)) ([17cd74c](17cd74c)) ### BREAKING CHANGES * move to ESM
1 parent 17cd74c commit 58301e1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/fengzilong/eslint-formatter-mo/compare/v1.3.1...v2.0.0) (2025-01-08)
2+
3+
4+
### Features
5+
6+
* use shiki to highlight code and move to ESM ([#31](https://github.com/fengzilong/eslint-formatter-mo/issues/31)) ([17cd74c](https://github.com/fengzilong/eslint-formatter-mo/commit/17cd74cdfe8c6df1ef59e99bb6b7b659ca180981))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* move to ESM
12+
113
## [1.3.1](https://github.com/fengzilong/eslint-formatter-mo/compare/v1.3.0...v1.3.1) (2025-01-07)
214

315

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": "1.4.1",
4+
"version": "2.0.0",
55
"type": "module",
66
"exports": "./lib/index.js",
77
"files": [

0 commit comments

Comments
 (0)