Skip to content

Commit

Permalink
Release 1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
duailibe committed Jun 8, 2018
1 parent c5bbee6 commit ab4ee77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -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):
Expand Down
9 changes: 9 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit ab4ee77

Please sign in to comment.