From ab4ee77b3a983bb3ac8216088a0d5b9ca2df4028 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Fri, 8 Jun 2018 15:00:50 -0300 Subject: [PATCH] Release 1.13.5 --- .github/ISSUE_TEMPLATE.md | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index edf96d6d43d7..e61cea1062ec 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -26,7 +26,7 @@ Tip! Don't write this stuff manually. --> -**Prettier 1.13.4** +**Prettier 1.13.5** [Playground link](https://prettier.io/playground/#.....) ```sh # Options (if any): diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d8aeb60612..ea9334ae179e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.13.5 + +[link](https://github.com/prettier/prettier/compare/1.13.4...1.13.5) + +- Better handling of trailing spaces in Markdown ([#4593](https://github.com/prettier/prettier/pull/4593)) +- Fix empty file error in JSON and GraphQL ([#4553](https://github.com/prettier/prettier/pull/4553)) +- Preserve decorator on TypeScript interfaces ([#4632](https://github.com/prettier/prettier/pull/4632)) +- Inline _ or $ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621)) + # 1.13.4 [link](https://github.com/prettier/prettier/compare/1.13.3...1.13.4) diff --git a/package.json b/package.json index 1fb75c10596a..917f00b54b0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier", - "version": "1.13.4", + "version": "1.13.5", "description": "Prettier is an opinionated code formatter", "bin": { "prettier": "./bin/prettier.js"