Release 1.14.2

master
Ika 2018-08-09 11:04:36 +08:00
parent 53c83f97f5
commit 98cca8f66f
4 changed files with 10 additions and 3 deletions

View File

@ -26,7 +26,7 @@ Tip! Don't write this stuff manually.
-->
**Prettier 1.14.1**
**Prettier 1.14.2**
[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.1
- Prettier Version: 1.14.2
- 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,10 @@
# 1.14.2
[diff](https://github.com/prettier/prettier/compare/1.14.1...1.14.2)
- YAML: fix the line ending issue on Windows ([#4957](https://github.com/prettier/prettier/pull/4957))
- TypeScript: better error message ([#4947](https://github.com/prettier/prettier/pull/4947))
# 1.14.1
[diff](https://github.com/prettier/prettier/compare/1.14.0...1.14.1)

View File

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