diff --git a/.changeset/poor-lions-buy.md b/.changeset/poor-lions-buy.md deleted file mode 100644 index 23e5cbeb..00000000 --- a/.changeset/poor-lions-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-mdx": patch ---- - -chore: log error details on `--debug` flag enabled diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz new file mode 100644 index 00000000..668ae730 Binary files /dev/null and b/.yarn/install-state.gz differ diff --git a/packages/eslint-mdx/CHANGELOG.md b/packages/eslint-mdx/CHANGELOG.md index 78b2260c..26db9572 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.1.2 + +### Patch Changes + +- [#511](https://github.com/mdx-js/eslint-mdx/pull/511) [`f2067c1`](https://github.com/mdx-js/eslint-mdx/commit/f2067c1df1ebc06effaab119251db9247affbbd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: log error details on `--debug` flag enabled + ## 3.1.1 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 34681477..2df3e1c3 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "3.1.1", + "version": "3.1.2", "description": "ESLint Parser for MDX", "repository": "git+https://github.com/mdx-js/eslint-mdx.git", "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx", diff --git a/packages/eslint-plugin-mdx/CHANGELOG.md b/packages/eslint-plugin-mdx/CHANGELOG.md index 35b43b69..21ff87b5 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.1.2 + +### Patch Changes + +- Updated dependencies [[`f2067c1`](https://github.com/mdx-js/eslint-mdx/commit/f2067c1df1ebc06effaab119251db9247affbbd8)]: + - eslint-mdx@3.1.2 + ## 3.1.1 ### Patch Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index ccb7e494..38f886e7 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mdx", - "version": "3.1.1", + "version": "3.1.2", "description": "ESLint Plugin for MDX", "repository": "git+https://github.com/mdx-js/eslint-mdx.git", "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx", @@ -31,7 +31,7 @@ "eslint": ">=8.0.0" }, "dependencies": { - "eslint-mdx": "^3.1.1", + "eslint-mdx": "^3.1.2", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^3.0.0", "remark-parse": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index f4d9bb0d..c4148801 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7374,7 +7374,7 @@ __metadata: version: 0.0.0-use.local resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx" dependencies: - eslint-mdx: "npm:^3.1.1" + eslint-mdx: "npm:^3.1.2" eslint-plugin-markdown: "npm:^3.0.1" remark-mdx: "npm:^3.0.0" remark-parse: "npm:^11.0.0"