Skip to content

Commit 4283717

Browse files
committed
docs: correct changelog for v2.0
1 parent 4e464e2 commit 4283717

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
# [2.0.0](https://github.com/mdx-js/eslint-mdx/compare/v2.0.0-next.6...v2.0.0) (2022-06-19)
77

8-
**Note:** Version bump only for package @mdx-js/eslint
9-
10-
11-
12-
138

14-
# [2.0.0-next.6](https://github.com/mdx-js/eslint-mdx/compare/v2.0.0-next.5...v2.0.0-next.6) (2022-06-19)
9+
**BREAKING CHANGES**
1510

11+
1. experimentally support remark-mdx@2
12+
2. drop `parser` option support, please use `overrides` of ESLint config instead
13+
3. drop Node < 12.20
14+
4. drop ESLint < 8
1615

1716
### Bug Fixes
1817

1918
* same markdown processor cached for .md and .mdx ([#401](https://github.com/mdx-js/eslint-mdx/issues/401)) ([c1b4671](https://github.com/mdx-js/eslint-mdx/commit/c1b467120db47ee43510785ceea942566968c597))
2019

2120

21+
### Misc
2222

23+
- fix: throw error with correct loc (#382)
24+
- fix: upgrade micromark-util-events-to-acorn (#383)
25+
- fix: line/column sorted error output (#390)
26+
- fix: node ES module + worker issue on Windows (#392)
27+
- fix: restore first level jsx AST and tokens (#394)
28+
- fix: handle node and children recursively (#396)
2329

2430

2531
# [1.17.0](https://github.com/mdx-js/eslint-mdx/compare/v1.16.0...v1.17.0) (2022-03-21)

0 commit comments

Comments
 (0)