master
Lucas Duailibe 2018-01-10 23:54:01 -02:00
parent 46baad09cd
commit 63a9561807
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,3 +1,9 @@
# 1.10.2
[link](https://github.com/prettier/prettier/compare/1.10.1...1.10.2)
* Fixed an issue printing .vue files with self-closing tags. (#3705 by duailibe)
# 1.10.1
[link](https://github.com/prettier/prettier/compare/1.10.0...1.10.1)

View File

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