diff --git a/.changeset/tough-plums-repeat.md b/.changeset/tough-plums-repeat.md deleted file mode 100644 index 978eb93a..00000000 --- a/.changeset/tough-plums-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"prettier-eslint": patch ---- - -chore: take `.cjs`, `.cts`, `.mts` into account diff --git a/CHANGELOG.md b/CHANGELOG.md index ca16c7e1..75df96f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 16.3.1 + +### Patch Changes + +- [#1171](https://github.com/prettier/prettier-eslint/pull/1171) [`700065e`](https://github.com/prettier/prettier-eslint/commit/700065e4bfbd0243004c5f3310a60d4256a7491f) Thanks [@JounQin](https://github.com/JounQin)! - chore: take `.cjs`, `.cts`, `.mts` into account + ## 16.3.0 ### Minor Changes diff --git a/package.json b/package.json index 0521c50c..8df5190f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-eslint", - "version": "16.3.0", + "version": "16.3.1", "description": "Formats your JavaScript using prettier followed by eslint --fix", "repository": "git+https://github.com/prettier/prettier-eslint.git", "homepage": "https://github.com/prettier/prettier-eslint#readme",