diff --git a/.changeset/giant-sheep-doubt.md b/.changeset/giant-sheep-doubt.md deleted file mode 100644 index 90e2cc8c..00000000 --- a/.changeset/giant-sheep-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-prettier': patch ---- - -chore: skip formatting inline scripts in pug files diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6bf414..0595afa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.1.1 + +### Patch Changes + +- [#619](https://github.com/prettier/eslint-plugin-prettier/pull/619) [`b5c0dc5`](https://github.com/prettier/eslint-plugin-prettier/commit/b5c0dc5715616a0f2a0da8b8c077434efc618a3e) Thanks [@JounQin](https://github.com/JounQin)! - chore: skip formatting inline scripts in pug files + ## 5.1.0 ### Minor Changes diff --git a/package.json b/package.json index e645a190..a34eb519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.1.0", + "version": "5.1.1", "description": "Runs prettier as an eslint rule", "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git", "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",