Release 1.15.1

master
Ika 2018-11-07 10:19:27 +08:00
parent 8cedb9d25e
commit b11391d238
4 changed files with 10 additions and 4 deletions

View File

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

View File

@ -19,7 +19,7 @@ BEFORE SUBMITTING AN ISSUE:
-->
**Environments:**
- Prettier Version: 1.15.0
- Prettier Version: 1.15.1
- 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.1
[diff](https://github.com/prettier/prettier/compare/1.15.0...1.15.1)
- Markdown: do not keep increasing backslashes for dollar sign ([#5358](https://github.com/prettier/prettier/pull/5358))
# 1.15.0
[diff](https://github.com/prettier/prettier/compare/1.14.3...1.15.0)
@ -64,7 +70,7 @@
- Better handling of trailing spaces in Markdown ([#4593](https://github.com/prettier/prettier/pull/4593))
- Fix empty file error in JSON and GraphQL ([#4553](https://github.com/prettier/prettier/pull/4553))
- Preserve decorator on TypeScript interfaces ([#4632](https://github.com/prettier/prettier/pull/4632))
- Inline \_ or \$ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621))
- Inline \_ or \\$ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621))
# 1.13.4

View File

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