diff --git a/.changeset/young-trainers-help.md b/.changeset/young-trainers-help.md deleted file mode 100644 index ab9aba4..0000000 --- a/.changeset/young-trainers-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-prettier": patch ---- - -chore: add `funding` field into `package.json` diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e5b98..11a684a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-prettier +## 10.1.5 + +### Patch Changes + +- [#332](https://github.com/prettier/eslint-config-prettier/pull/332) [`60fef02`](https://github.com/prettier/eslint-config-prettier/commit/60fef02574467d31d10ff47ecb567d378483c9d4) Thanks [@JounQin](https://github.com/JounQin)! - chore: add `funding` field into `package.json` + ## 10.1.4 ### Patch Changes diff --git a/package.json b/package.json index 4ba7978..02d8c29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "10.1.4", + "version": "10.1.5", "type": "commonjs", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.", "repository": "prettier/eslint-config-prettier",