Release notes for v5.40.x

This commit is contained in:
Josh Perez 2022-04-15 18:18:47 -04:00 committed by GitHub
parent e3d537cbd3
commit 85027e7ce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 17 deletions

View file

@ -30,8 +30,19 @@ const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
{ key: 'WhatsNew__v5.39--1', components: undefined },
{ key: 'WhatsNew__v5.39--2', components: undefined },
{
key: 'WhatsNew__v5.40--1',
components: undefined,
},
{
key: 'WhatsNew__v5.40--2',
components: {
dsanders11: <a href="https://github.com/dsanders11">@dsanders11</a>,
yusufsahinhamza: (
<a href="https://github.com/yusufsahinhamza">@yusufsahinhamza</a>
),
},
},
],
};