diff --git a/.github/ISSUE_TEMPLATE/formatting.md b/.github/ISSUE_TEMPLATE/formatting.md index ccae59a79b7e..8c834ef3c168 100644 --- a/.github/ISSUE_TEMPLATE/formatting.md +++ b/.github/ISSUE_TEMPLATE/formatting.md @@ -26,7 +26,7 @@ Don't fill the form below manually! Let a program create a report for you: --> -**Prettier 2.7.0** +**Prettier 2.7.1** [Playground link](https://prettier.io/playground/#.....) ```sh diff --git a/.github/ISSUE_TEMPLATE/integration.md b/.github/ISSUE_TEMPLATE/integration.md index 1672e225d743..5ad85c7f69f0 100644 --- a/.github/ISSUE_TEMPLATE/integration.md +++ b/.github/ISSUE_TEMPLATE/integration.md @@ -20,7 +20,7 @@ BEFORE SUBMITTING AN ISSUE: **Environments:** -- Prettier Version: 2.7.0 +- Prettier Version: 2.7.1 - Running Prettier via: - Runtime: - Operating System: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c937786c96f..2f0c74018eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +# 2.7.1 + +[diff](https://github.com/prettier/prettier/compare/2.7.0...2.7.1) + +#### Keep useful empty lines in description ([#13013](https://github.com/prettier/prettier/pull/13013) by [@chimurai](https://github.com/chimurai)) + + +```graphql +# Input +""" +First line + +Second Line +""" +type Person { + name: String +} + +# Prettier 2.7.0 +""" +First line +Second Line +""" +type Person { + name: String +} + + +# Prettier 2.7.1 +""" +First line + +Second Line +""" +type Person { + name: String +} +``` + # 2.7.0 [diff](https://github.com/prettier/prettier/compare/2.6.2...2.7.0) diff --git a/docs/browser.md b/docs/browser.md index 7a43c6cb7396..cab603285900 100644 --- a/docs/browser.md +++ b/docs/browser.md @@ -32,8 +32,8 @@ See below for examples. ### Global ```html - - + + - + +