diff --git a/.changeset/great-cups-sparkle.md b/.changeset/great-cups-sparkle.md deleted file mode 100644 index 08ab0906..00000000 --- a/.changeset/great-cups-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-eslint': patch ---- - -fix: update `resolveConfig` to work with Prettier 3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 249e11d4..66f1ec28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 16.1.2 + +### Patch Changes + +- [#942](https://github.com/prettier/prettier-eslint/pull/942) [`103cc51`](https://github.com/prettier/prettier-eslint/commit/103cc517ef5c2bdd8e043dba5a8facf860d0f6be) Thanks [@jkrehm](https://github.com/jkrehm)! - fix: update `resolveConfig` to work with Prettier 3 + ## 16.1.1 ### Patch Changes diff --git a/package.json b/package.json index ca8cf0bd..2eb70c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-eslint", - "version": "16.1.1", + "version": "16.1.2", "description": "Formats your JavaScript using prettier followed by eslint --fix", "main": "dist/index.js", "types": "types/index.d.ts",