Add release notes

This commit is contained in:
Fedor Indutnyy 2022-01-20 15:23:22 -08:00
parent d3f36b6f0c
commit 329d4335ef
2 changed files with 1 additions and 5 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.29--1', components: undefined }],
features: [{ key: 'WhatsNew__bugfixes', components: undefined }],
};
export const WhatsNewModal = ({