Add release notes for 5.32.x

This commit is contained in:
Scott Nonnenberg 2022-02-10 14:07:10 -08:00
parent 6bc3c0807d
commit 0828d315c0
2 changed files with 10 additions and 3 deletions

View file

@ -30,9 +30,8 @@ const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
{ key: 'WhatsNew__v5.31--1', components: undefined },
{ key: 'WhatsNew__v5.31--2', components: undefined },
{ key: 'WhatsNew__bugfixes', components: undefined },
{ key: 'WhatsNew__v5.32--1', components: undefined },
{ key: 'WhatsNew__v5.32--2', components: undefined },
],
};