From 940831b063107cca645ce1500a55817fd77917ad Mon Sep 17 00:00:00 2001 From: Shinigami Date: Mon, 1 Jul 2019 08:24:41 +0200 Subject: [PATCH] Swap bases in changelog (#6251) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d30d825b..57342784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 1.18.2 -[diff](https://github.com/prettier/prettier/compare/1.18.2...1.18.1) +[diff](https://github.com/prettier/prettier/compare/1.18.1...1.18.2) - TypeScript: only add trailing commas in tuples for `--trailing-comma=all` ([#6199] by [@duailibe]) @@ -11,7 +11,7 @@ # 1.18.1 -[diff](https://github.com/prettier/prettier/compare/1.18.1...1.18.0) +[diff](https://github.com/prettier/prettier/compare/1.18.0...1.18.1) - TypeScript: Add trailing comma in tsx, only for arrow function ([#6190] by [@sosukesuzuki])