Bump version to 1.11.1

master
Stephen Scott 2018-02-28 15:21:37 -07:00
parent 2897c950f8
commit 0f1757a834
3 changed files with 8 additions and 2 deletions

View File

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

View File

@ -1,3 +1,9 @@
# 1.11.1
[link](https://github.com/prettier/prettier/compare/1.11.0...1.11.1)
* 1.11.0 was incorrectly shipped with the wrong version of the TypeScript parser, which broke conditional types. This release fixes it.
# 1.11.0
* [Release Notes](https://prettier.io/blog/2018/02/26/1.11.0.html)

View File

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