From be0ee5901afd19b2a67769fda7d16b7be0bd7a29 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Mon, 16 Sep 2019 12:37:29 -0300 Subject: [PATCH] add frontmatter --- website/blog/2019-09-16-1.19.0.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/blog/2019-09-16-1.19.0.md b/website/blog/2019-09-16-1.19.0.md index 23e3592135d5..efd37081d4f8 100644 --- a/website/blog/2019-09-16-1.19.0.md +++ b/website/blog/2019-09-16-1.19.0.md @@ -1,3 +1,17 @@ +--- +author: Lucas Duailibe (@duailibe) +authorURL: https://github.com/duailibe +title: "Prettier 1.19: what what what what" +--- + +This release includes lots of stuff + + + +## Highlights + +## Other changes + ### JavaScript #### More readable parentheses for new-call ([#6412] by [@bakkot])