master
Lucas Duailibe 2018-05-30 14:09:33 -03:00
parent 75e86b9e6b
commit 3d429dbade
3 changed files with 10 additions and 3 deletions

View File

@ -26,7 +26,7 @@ Tip! Don't write this stuff manually.
-->
**Prettier 1.13.2**
**Prettier 1.13.3**
[Playground link](https://prettier.io/playground/#.....)
```sh
# Options (if any):

View File

@ -1,6 +1,13 @@
# 1.13.3
[link](https://github.com/prettier/prettier/compare/1.13.2...1.13.3)
- Fix a regression when printing `hasOwnProperty` and other functions in `Object`'s prototype ([#4603](https://github.com/prettier/prettier/pull/4603))
- Fix a regression in exit status when using `--debug-check` and `--list-different` ([#4600](https://github.com/prettier/prettier/pul/4600))
# 1.13.2
[link](https://github.com/prettier/prettier/compare/1.13.0...1.13.1)
[link](https://github.com/prettier/prettier/compare/1.13.1...1.13.2)
- Republished 1.13.1 with missing README included this time

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "1.13.2",
"version": "1.13.3",
"description": "Prettier is an opinionated code formatter",
"bin": {
"prettier": "./bin/prettier.js"