Release 1.18.0

master
Lucas Duailibe 2019-06-06 18:42:42 -03:00
parent ad92adab6c
commit 3ac90b3e37
5 changed files with 10 additions and 4 deletions

View File

@ -26,7 +26,7 @@ Tip! Don't write this stuff manually.
-->
**Prettier 1.17.1**
**Prettier 1.18.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.17.1
- Prettier Version: 1.18.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.18.0
[diff](https://github.com/prettier/prettier/compare/1.17.1...1.18.0)
🔗 [Release Notes](https://prettier.io/blog/2019/06/06/1.18.0.html)
# 1.17.1
[diff](https://github.com/prettier/prettier/compare/1.17.0...1.17.1)

View File

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

View File

@ -8,7 +8,7 @@ Prettier offers an escape hatch to ignore a block of code or prevent entire file
## Ignoring Files
To exclude files from formatting, add entries to a `.prettierignore` file in the project root or set the [`--ignore-path` CLI option](cli.md#ignore-path).
To exclude files from formatting, add entries to a `.prettierignore` file in the project root or set the [`--ignore-path` CLI option](cli.md#ignore-path). `.prettierignore` uses [gitignore syntax](https://git-scm.com/docs/gitignore#_pattern_format).
## JavaScript