diff --git a/.changeset/lazy-dingos-cheat.md b/.changeset/lazy-dingos-cheat.md deleted file mode 100644 index 0662f9d..0000000 --- a/.changeset/lazy-dingos-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-prettier": patch ---- - -fix(cli): do not crash on no rules configured diff --git a/CHANGELOG.md b/CHANGELOG.md index 0435ad0..f1e5b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-prettier +## 10.1.4 + +### Patch Changes + +- [#328](https://github.com/prettier/eslint-config-prettier/pull/328) [`94b4799`](https://github.com/prettier/eslint-config-prettier/commit/94b47999e7eb13b703835729331376cef598b850) Thanks [@silvenon](https://github.com/silvenon)! - fix(cli): do not crash on no rules configured + ## 10.1.3 ### Patch Changes diff --git a/package.json b/package.json index 4a70330..032f80c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "10.1.3", + "version": "10.1.4", "type": "commonjs", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.", "repository": "prettier/eslint-config-prettier",