Include CHANGELOG for 1.9.1

master
Lucas Duailibe 2017-12-05 22:04:47 -02:00 committed by GitHub
parent 36c6e8368f
commit 54c31eeb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# 1.9.1
[link](https://github.com/prettier/prettier/compare/1.9.0...1.9.1)
* Fixed a bug of comments with JSX fragments being duplicated in output (#3398 by duailibe)
* Fixed a bug that Prettier would fail when using tabs (#3401 by ikatyang)
* Fixed a regression that removed trailing commas when printing JS code blocks in Markdown (#3405 by azz)
* Fixed a bug when using glob **/* which would try to format directories (#3411 by duailibe)
* Fixed a bug when .editorConfig had max_line_length = "off" (#3412 by duailibe)
# 1.9.0
[link](https://github.com/prettier/prettier/compare/1.8.2...1.9.0)