master
Lucas Azzola 2017-12-05 10:23:51 +11:00
parent cecf0657a5
commit 35fc6a6671
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,3 +1,9 @@
# 1.9.0
[link](https://github.com/prettier/prettier/compare/1.8.2...1.9.0)
* [Release Notes](https://github.com/prettier/prettier/releases/tag/1.9.0)
# 1.8.2 # 1.8.2
[link](https://github.com/prettier/prettier/compare/1.8.1...1.8.2) [link](https://github.com/prettier/prettier/compare/1.8.1...1.8.2)

View File

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