From 9ebedc7c7dafe099237d4606839cb71bca45c04c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:13:11 +0800 Subject: [PATCH] chore: release eslint-config-prettier (#296) --- .changeset/purple-snakes-call.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 .changeset/purple-snakes-call.md diff --git a/.changeset/purple-snakes-call.md b/.changeset/purple-snakes-call.md deleted file mode 100644 index cf3149c..0000000 --- a/.changeset/purple-snakes-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-prettier": major ---- - -add support for @stylistic formatting rules diff --git a/CHANGELOG.md b/CHANGELOG.md index 9433320..c8dce6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# eslint-config-prettier + +## 10.0.0 + +### Major Changes + +- [#272](https://github.com/prettier/eslint-config-prettier/pull/272) [`5be64be`](https://github.com/prettier/eslint-config-prettier/commit/5be64bef68c3a9bf7202f591f54ffec02572e46b) Thanks [@abrahamguo](https://github.com/abrahamguo)! - add support for @stylistic formatting rules + +## Versions before 10.0.0 + ### Version 9.1.0 (2023-12-02) - Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@gurgunday)! diff --git a/package.json b/package.json index 093e58e..ed7ef8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-prettier", - "version": "9.1.0", + "version": "10.0.0", "license": "MIT", "author": "Simon Lydell", "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",