From 114b30b1969f7711f4a37d81e2095a50fc8b8a8d Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Mon, 25 Jun 2018 10:58:03 -0300 Subject: [PATCH] Release 1.13.6 --- .github/ISSUE_TEMPLATE/formatting.md | 2 +- .github/ISSUE_TEMPLATE/integration.md | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/formatting.md b/.github/ISSUE_TEMPLATE/formatting.md index b9b787f5..80d98b72 100644 --- a/.github/ISSUE_TEMPLATE/formatting.md +++ b/.github/ISSUE_TEMPLATE/formatting.md @@ -26,7 +26,7 @@ Tip! Don't write this stuff manually. --> -**Prettier 1.13.5** +**Prettier 1.13.6** [Playground link](https://prettier.io/playground/#.....) ```sh # Options (if any): diff --git a/.github/ISSUE_TEMPLATE/integration.md b/.github/ISSUE_TEMPLATE/integration.md index 50686944..8bb97cd9 100644 --- a/.github/ISSUE_TEMPLATE/integration.md +++ b/.github/ISSUE_TEMPLATE/integration.md @@ -19,7 +19,7 @@ BEFORE SUBMITTING AN ISSUE: --> **Environments:** -- Prettier Version: 1.13.5 +- Prettier Version: 1.13.6 - Running Prettier via: - Runtime: - Operating System: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b39bb67..63bbc907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.13.6 + +[link](https://github.com/prettier/prettier/compare/1.13.5...1.13.6) + +- Upgrade Flow parser to 0.75.0 ([#4649](https://github.com/prettier/prettier/pull/4649) and [#4727](https://github.com/prettier/prettier/pull/4727)) +- Preserve type parameters of import-types in TypeScript ([#4662](https://github.com/prettier/prettier/pull/4662)) +- Preserve parens for type casting for sub-item ([#4648](https://github.com/prettier/prettier/pull/4648)) + # 1.13.5 [diff](https://github.com/prettier/prettier/compare/1.13.4...1.13.5) diff --git a/package.json b/package.json index ee344420..0d81a3f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier", - "version": "1.13.5", + "version": "1.13.6", "description": "Prettier is an opinionated code formatter", "bin": { "prettier": "./bin/prettier.js"