master
Christopher Chedeau 2017-02-14 13:47:46 -08:00
parent 997de74553
commit 74fb4a43b1
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
# 0.17.0
# 0.17.1
* Use `readline` api to manipulate `process.stdout` output. (#687)
[link](https://github.com/jlongster/prettier/compare/0.16.0...0.17.0)

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "0.17.0",
"version": "0.17.1",
"description": "Prettier is an opinionated JavaScript formatter",
"bin": {
"prettier": "./bin/prettier.js"