Release 1.13.6

master
Lucas Duailibe 2018-06-25 10:58:03 -03:00
parent aa4ea034b3
commit 114b30b196
4 changed files with 11 additions and 3 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
# 1.13.6
[link](https://github.com/prettier/prettier/compare/1.13.5...1.13.6)
- Upgrade Flow parser to 0.75.0 ([#4649](https://github.com/prettier/prettier/pull/4649) and [#4727](https://github.com/prettier/prettier/pull/4727))
- Preserve type parameters of import-types in TypeScript ([#4662](https://github.com/prettier/prettier/pull/4662))
- Preserve parens for type casting for sub-item ([#4648](https://github.com/prettier/prettier/pull/4648))
# 1.13.5 # 1.13.5
[diff](https://github.com/prettier/prettier/compare/1.13.4...1.13.5) [diff](https://github.com/prettier/prettier/compare/1.13.4...1.13.5)

View File

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