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.",