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"