Add release notes for 5.29

This commit is contained in:
Scott Nonnenberg 2022-01-12 14:52:33 -08:00
parent 79af939aaa
commit b1c48b6c34
2 changed files with 5 additions and 1 deletions

View file

@ -29,7 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [{ key: 'WhatsNew__v5.28--1', components: undefined }],
features: [{ key: 'WhatsNew__v5.29--1', components: undefined }],
};
export const WhatsNewModal = ({