From fa9ec7dd813720ba63b978ba0fd845860ae4c513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 03:33:35 +0000 Subject: [PATCH] chore: release eslint-config-prettier --- .changeset/lazy-dingos-cheat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lazy-dingos-cheat.md 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",