Add missing links in CHANGELOG (#4330)

master
Lipis 2018-04-17 12:25:25 +02:00 committed by GitHub
parent a74b72e098
commit 00b7aed75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -1,11 +1,15 @@
# 1.12.1
* Fix for tag being removed from CSS with embedded expressions: https://github.com/prettier/prettier/pull/4302
* Wrap awaits in unary expressions with parens: https://github.com/prettier/prettier/pull/4315
* Fix style regression on flow union types: https://github.com/prettier/prettier/pull/4325
[link](https://github.com/prettier/prettier/compare/1.12.0...1.12.1)
* Fix for tag being removed from CSS with embedded expressions ([#4302](https://github.com/prettier/prettier/pull/4302))
* Wrap awaits in unary expressions with parens ([#4315](https://github.com/prettier/prettier/pull/4315))
* Fix style regression on flow union types ([#4325](https://github.com/prettier/prettier/pull/4325))
# 1.12.0
[link](https://github.com/prettier/prettier/compare/1.11.1...1.12.0)
* [Release Notes](https://prettier.io/blog/2018/04/11/1.12.0.html)
# 1.11.1
@ -17,6 +21,8 @@
# 1.11.0
[link](https://github.com/prettier/prettier/compare/1.10.2...1.11.0)
* [Release Notes](https://prettier.io/blog/2018/02/26/1.11.0.html)
# 1.10.2