diff --git a/.changeset/large-dodos-carry.md b/.changeset/large-dodos-carry.md deleted file mode 100644 index 7c15ce0..0000000 --- a/.changeset/large-dodos-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-prettier": patch ---- - -feat: add name to config diff --git a/.changeset/moody-teachers-build.md b/.changeset/moody-teachers-build.md deleted file mode 100644 index b8f8259..0000000 --- a/.changeset/moody-teachers-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-prettier": patch ---- - -feat: add declaration file diff --git a/CHANGELOG.md b/CHANGELOG.md index ae655ad..eb7f98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-config-prettier +## 10.0.3 + +### Patch Changes + +- [#294](https://github.com/prettier/eslint-config-prettier/pull/294) [`8dbbd6d`](https://github.com/prettier/eslint-config-prettier/commit/8dbbd6d70b8a56cdfa4ea4e185d3699d5729b38e) Thanks [@FloEdelmann](https://github.com/FloEdelmann)! - feat: add name to config + +- [#280](https://github.com/prettier/eslint-config-prettier/pull/280) [`cba5737`](https://github.com/prettier/eslint-config-prettier/commit/cba57377e4c86d20d17042d6999eabc754fddc03) Thanks [@zanminkian](https://github.com/zanminkian)! - feat: add declaration file + ## 10.0.2 ### Patch Changes diff --git a/package.json b/package.json index 9545e6a..c1f4f56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "10.0.2", + "version": "10.0.3", "type": "commonjs", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.", "repository": "prettier/eslint-config-prettier",