Update v5.19 release notes

This commit is contained in:
Evan Hahn 2021-09-30 11:38:59 -05:00 committed by GitHub
parent 14b42f0f11
commit ffe7cc578b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -32,6 +32,7 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => {
{ key: 'WhatsNew__v5.19--1', components: undefined },
{ key: 'WhatsNew__v5.19--2', components: undefined },
{ key: 'WhatsNew__v5.19--3', components: undefined },
{ key: 'WhatsNew__v5.19--4', components: undefined },
],
});
};