Update "What's New" for v5.25 release

This commit is contained in:
Fedor Indutnyy 2021-11-16 21:07:23 +01:00
parent 70d3ed2371
commit 309e1efb30
2 changed files with 6 additions and 2 deletions

View file

@ -29,8 +29,8 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion(),
features: [1, 2, 3].map(n => ({
key: `WhatsNew__v5.24--${n}`,
features: [1].map(n => ({
key: `WhatsNew__v5.25--${n}`,
components: undefined,
})),
};