Release 1.15.0

master
Ika 2018-11-07 09:07:53 +08:00
parent e882452c54
commit 4559a774bb
4 changed files with 9 additions and 3 deletions

View File

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

View File

@ -19,7 +19,7 @@ BEFORE SUBMITTING AN ISSUE:
-->
**Environments:**
- Prettier Version: 1.14.3
- Prettier Version: 1.15.0
- Running Prettier via: <!-- CLI, Node.js API, Browser API, etc. -->
- Runtime: <!-- Node.js v6, Chrome v67, etc. -->
- Operating System: <!-- Windows, Linux, macOS, etc. -->

View File

@ -1,3 +1,9 @@
# 1.15.0
[diff](https://github.com/prettier/prettier/compare/1.14.3...1.15.0)
🔗 [Release Notes](https://prettier.io/blog/2018/11/07/1.15.0.html)
# 1.14.3
[diff](https://github.com/prettier/prettier/compare/1.14.2...1.14.3)

View File

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