From 4cb850ed18c92dde0eda7bbe2eb6d1fdecd161db Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Wed, 17 Nov 2021 16:59:45 +0900 Subject: [PATCH] Update intro --- changelog_unreleased/BLOG_POST_INTRO_TEMPLATE.md | 10 ++++++---- changelog_unreleased/blog-post-intro.md | 9 +++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 changelog_unreleased/blog-post-intro.md diff --git a/changelog_unreleased/BLOG_POST_INTRO_TEMPLATE.md b/changelog_unreleased/BLOG_POST_INTRO_TEMPLATE.md index 726b44873a4c..f98f4343061f 100644 --- a/changelog_unreleased/BLOG_POST_INTRO_TEMPLATE.md +++ b/changelog_unreleased/BLOG_POST_INTRO_TEMPLATE.md @@ -1,7 +1,9 @@ --- -author: "🚧" -authorURL: "https://github.com/🚧" -title: "Prettier 🚧" +author: "Sosuke Suzuki (@sosukesuzuki)" +authorURL: "https://github.com/sosukesuzuki" +title: "Prettier 2.5: TypeScript 4.5 and MDX 2 comments!" --- -🚧 Write an introduction here. +This release adds support for [TypeScript 4.5](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5-rc/) new syntax and [MDX 2](https://mdxjs.com/blog/v2/) comments! + +If you enjoy Prettier and would like to support our work, consider sponsoring us directly via [our OpenCollective](https://opencollective.com/prettier) or by sponsoring the projects we depend on, including [typescript-eslint](https://opencollective.com/typescript-eslint), [remark](https://opencollective.com/unified), and [Babel](https://opencollective.com/babel). diff --git a/changelog_unreleased/blog-post-intro.md b/changelog_unreleased/blog-post-intro.md new file mode 100644 index 000000000000..3f8c1666a474 --- /dev/null +++ b/changelog_unreleased/blog-post-intro.md @@ -0,0 +1,9 @@ +--- +author: "Sosuke Suzuki (@sosukesuzuki)" +authorURL: "https://github.com/sosukesuzuki" +title: "Prettier 2.5: TypeScript 4.5 and MDX 2 comments!" +--- + +This release adds support for [TypeScript 4.5]() new syntax and [MDX 2](https://mdxjs.com/blog/v2/) comments! + +If you enjoy Prettier and would like to support our work, consider sponsoring us directly via [our OpenCollective](https://opencollective.com/prettier) or by sponsoring the projects we depend on, including [typescript-eslint](https://opencollective.com/typescript-eslint), [remark](https://opencollective.com/unified), and [Babel](https://opencollective.com/babel).