Updates WhatsNew

This commit is contained in:
Josh Perez 2023-03-29 19:06:45 -04:00
parent 318d52e178
commit a64b846bca
2 changed files with 13 additions and 3 deletions

View file

@ -37,15 +37,17 @@ export function WhatsNewModal({
features: [
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.12--0"
id="icu:WhatsNew__v6.13--0"
renderText={renderText}
components={{}}
/>,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.12--1"
id="icu:WhatsNew__v6.13--1"
renderText={renderText}
components={{}}
components={{
rakleed: <a href="https://github.com/rakleed">@rakleed</a>,
}}
/>,
],
};