From e2015cd918969a67a31906c9670e09752a87e122 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 13:51:11 +0000 Subject: [PATCH] chore: release eslint-config-prettier (#301) Co-authored-by: github-actions[bot] --- .changeset/six-dolls-itch.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/six-dolls-itch.md diff --git a/.changeset/six-dolls-itch.md b/.changeset/six-dolls-itch.md deleted file mode 100644 index e70022d..0000000 --- a/.changeset/six-dolls-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-prettier": patch ---- - -chore(package): explicitly declare js module type diff --git a/CHANGELOG.md b/CHANGELOG.md index c8dce6c..ae655ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-prettier +## 10.0.2 + +### Patch Changes + +- [#299](https://github.com/prettier/eslint-config-prettier/pull/299) [`e750edc`](https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe) Thanks [@Fdawgs](https://github.com/Fdawgs)! - chore(package): explicitly declare js module type + ## 10.0.0 ### Major Changes diff --git a/package.json b/package.json index 49ed0ce..7c0ee82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "10.0.1", + "version": "10.0.2", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",