master
Christopher Chedeau 2017-04-13 09:28:42 -07:00
parent 1a0067eae4
commit 23756cdc59
3 changed files with 3065 additions and 1849 deletions

View File

@ -1,3 +1,9 @@
# 1.0.0
[link](https://github.com/jlongster/prettier/compare/0.22.0...1.0.0)
* See announcement blog post: [http://jlongster.com/prettier-1.0](http://jlongster.com/prettier-1.0)
# 0.22.0
[link](https://github.com/jlongster/prettier/compare/0.21.0...0.22.0)

4050
docs/prettier.min.js vendored

File diff suppressed because one or more lines are too long

View File

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