diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index db215668..5182c857 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ Tip! Don't write this stuff manually. --> -**Prettier 1.11.0** +**Prettier 1.11.1** [Playground link](https://prettier.io/playground/#.....) ```sh # Options (if any): diff --git a/CHANGELOG.md b/CHANGELOG.md index 59df32a8..f8d905e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.11.1 + +[link](https://github.com/prettier/prettier/compare/1.11.0...1.11.1) + +* 1.11.0 was incorrectly shipped with the wrong version of the TypeScript parser, which broke conditional types. This release fixes it. + # 1.11.0 * [Release Notes](https://prettier.io/blog/2018/02/26/1.11.0.html) diff --git a/package.json b/package.json index dc33488f..5509e032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier", - "version": "1.11.0", + "version": "1.11.1", "description": "Prettier is an opinionated code formatter", "bin": { "prettier": "./bin/prettier.js"