diff --git a/.changeset/poor-lions-buy.md b/.changeset/poor-lions-buy.md deleted file mode 100644 index 23e5cbe..0000000 --- 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 0000000..e261192 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 0091f2c..3a86a69 100644 --- a/packages/eslint-mdx/CHANGELOG.md +++ b/packages/eslint-mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.3.1 + +### Patch Changes + +- [#513](https://github.com/mdx-js/eslint-mdx/pull/513) [`6913aa1`](https://github.com/mdx-js/eslint-mdx/commit/6913aa1e5e9793cca80f34dd206b264fecdb5347) Thanks [@github-actions](https://github.com/apps/github-actions)! - chore: log error details on `--debug` flag enabled + ## 2.3.0 ### Patch Changes diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index dda12f1..ff2a4b5 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-mdx", - "version": "2.3.0", + "version": "2.3.1", "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 b98ea44..2f06fa9 100644 --- a/packages/eslint-plugin-mdx/CHANGELOG.md +++ b/packages/eslint-plugin-mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.3.1 + +### Patch Changes + +- Updated dependencies [[`6913aa1`](https://github.com/mdx-js/eslint-mdx/commit/6913aa1e5e9793cca80f34dd206b264fecdb5347)]: + - eslint-mdx@2.3.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index ddc1906..a4e2a8f 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-mdx", - "version": "2.3.0", + "version": "2.3.1", "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": "^2.3.0", + "eslint-mdx": "^2.3.1", "eslint-plugin-markdown": "^3.0.1", "remark-mdx": "^2.3.0", "remark-parse": "^10.0.2", diff --git a/yarn.lock b/yarn.lock index 52296ea..5a52caf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6956,7 +6956,7 @@ __metadata: languageName: node linkType: hard -"eslint-mdx@npm:^2.3.0, eslint-mdx@workspace:packages/eslint-mdx": +"eslint-mdx@npm:^2.3.1, eslint-mdx@workspace:packages/eslint-mdx": version: 0.0.0-use.local resolution: "eslint-mdx@workspace:packages/eslint-mdx" dependencies: @@ -7119,7 +7119,7 @@ __metadata: version: 0.0.0-use.local resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx" dependencies: - eslint-mdx: "npm:^2.3.0" + eslint-mdx: "npm:^2.3.1" eslint-plugin-markdown: "npm:^3.0.1" remark-mdx: "npm:^2.3.0" remark-parse: "npm:^10.0.2"