master
Stephen Scott 2018-04-16 20:36:39 -06:00
parent 02a1db8c9f
commit ad318f6f36
4 changed files with 12 additions and 6 deletions

View File

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

View File

@ -1,3 +1,9 @@
# 1.12.1
* Fix for tag being removed from CSS with embedded expressions: https://github.com/prettier/prettier/pull/4302
* Wrap awaits in unary expressions with parens: https://github.com/prettier/prettier/pull/4315
* Fix style regression on flow union types: https://github.com/prettier/prettier/pull/4325
# 1.12.0
* [Release Notes](https://prettier.io/blog/2018/04/11/1.12.0.html)

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "1.12.0",
"version": "1.12.1",
"description": "Prettier is an opinionated code formatter",
"bin": {
"prettier": "./bin/prettier.js"
@ -73,7 +73,7 @@
"eslint-plugin-react": "7.7.0",
"jest": "21.1.0",
"mkdirp": "0.5.1",
"prettier": "1.12.0",
"prettier": "1.12.1",
"prettylint": "1.0.0",
"rimraf": "2.6.2",
"rollup": "0.47.6",

View File

@ -3778,9 +3778,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
prettier@1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.0.tgz#d26fc5894b9230de97629b39cae225b503724ce8"
prettier@1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"
pretty-format@21.3.0-beta.15:
version "21.3.0-beta.15"