Release notes for 6.3.x

This commit is contained in:
Scott Nonnenberg 2023-01-12 12:38:32 -08:00
parent 5bb2524446
commit 3330292e3f
2 changed files with 18 additions and 2 deletions

View file

@ -31,8 +31,16 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'WhatsNew__bugfixes--3',
components: undefined,
key: 'icu:WhatsNew__v6.3--0',
components: {
whynothugo: <a href="https://github.com/WhyNotHugo">@WhyNotHugo</a>,
},
},
{
key: 'icu:WhatsNew__v6.3--1',
components: {
jojomatik: <a href="https://github.com/jojomatik">@jojomatik</a>,
},
},
],
};