File tree Expand file tree Collapse file tree 6 files changed +21
-10
lines changed Expand file tree Collapse file tree 6 files changed +21
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 3.6.0
4+
5+ ### Minor Changes
6+
7+ - [ #589 ] ( https://github.com/mdx-js/eslint-mdx/pull/589 ) [ ` 7b5e748 ` ] ( https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e ) Thanks [ @JounQin ] ( https://github.com/JounQin ) ! - feat: support specifying ` remarkConfigPath ` manually
8+
39## 3.5.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-mdx" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 3.6 .0" ,
44 "type" : " module" ,
55 "description" : " ESLint Parser for MDX" ,
66 "repository" : " https://github.com/mdx-js/eslint-mdx.git" ,
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 3.6.0
4+
5+ ### Minor Changes
6+
7+ - [ #589 ] ( https://github.com/mdx-js/eslint-mdx/pull/589 ) [ ` 7b5e748 ` ] ( https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e ) Thanks [ @JounQin ] ( https://github.com/JounQin ) ! - feat: support specifying ` remarkConfigPath ` manually
8+
9+ ### Patch Changes
10+
11+ - Updated dependencies [[ ` 7b5e748 ` ] ( https://github.com/mdx-js/eslint-mdx/commit/7b5e7489f59659df7cc8d03b5ed5354e0f8a452e )] :
12+ - eslint-mdx@3.6.0
13+
314## 3.5.0
415
516### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-mdx" ,
3- "version" : " 3.5 .0" ,
3+ "version" : " 3.6 .0" ,
44 "type" : " module" ,
55 "description" : " ESLint Plugin for MDX" ,
66 "repository" : " https://github.com/mdx-js/eslint-mdx.git" ,
4545 "eslint" : " >=8.0.0"
4646 },
4747 "dependencies" : {
48- "eslint-mdx" : " ^3.5 .0" ,
48+ "eslint-mdx" : " ^3.6 .0" ,
4949 "mdast-util-from-markdown" : " ^2.0.2" ,
5050 "mdast-util-mdx" : " ^3.0.0" ,
5151 "micromark-extension-mdxjs" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -7480,7 +7480,7 @@ __metadata:
74807480 version: 0.0.0-use.local
74817481 resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
74827482 dependencies:
7483- eslint-mdx: "npm:^3.5 .0"
7483+ eslint-mdx: "npm:^3.6 .0"
74847484 mdast-util-from-markdown: "npm:^2.0.2"
74857485 mdast-util-mdx: "npm:^3.0.0"
74867486 micromark-extension-mdxjs: "npm:^3.0.0"
You can’t perform that action at this time.
0 commit comments