Release 1.13.5

master
Lucas Duailibe 2018-06-08 15:00:50 -03:00
parent c5bbee67d3
commit ab4ee77b3a
3 changed files with 11 additions and 2 deletions

View File

@ -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):

View File

@ -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)

View File

@ -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"