Add release notes for 5.36

This commit is contained in:
Scott Nonnenberg 2022-03-09 15:04:00 -08:00
parent 93e85c89e1
commit 01e58f75d3
2 changed files with 15 additions and 19 deletions

View file

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