Add release notes for 5.37

This commit is contained in:
Scott Nonnenberg 2022-03-23 16:27:14 -07:00
parent 23b3a22c75
commit 6eef476f28
2 changed files with 9 additions and 10 deletions

View file

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