Swap bases in changelog (#6251)

master
Shinigami 2019-07-01 08:24:41 +02:00 committed by Simon Lydell
parent d628d8cd79
commit 940831b063
1 changed files with 2 additions and 2 deletions

View File

@ -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])