Update feature last updated dates.
This commit is contained in:
parent
7a73aa57c3
commit
a21485733e
|
@ -26,6 +26,7 @@ type FeatureData = {
|
||||||
export const features: FeatureData[] = [
|
export const features: FeatureData[] = [
|
||||||
{
|
{
|
||||||
availableSince: new Date("2022-02-23"),
|
availableSince: new Date("2022-02-23"),
|
||||||
|
lastUpdated: new Date("2023-09-24"),
|
||||||
index: 0,
|
index: 0,
|
||||||
key: Feature.AnonymizeUsernames,
|
key: Feature.AnonymizeUsernames,
|
||||||
title: "Anonymize Usernames",
|
title: "Anonymize Usernames",
|
||||||
|
@ -75,7 +76,7 @@ export const features: FeatureData[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
availableSince: new Date("2023-07-16"),
|
availableSince: new Date("2023-07-16"),
|
||||||
lastUpdated: new Date("2023-07-16"),
|
lastUpdated: new Date("2023-09-24"),
|
||||||
index: 0,
|
index: 0,
|
||||||
key: Feature.Miscellaneous,
|
key: Feature.Miscellaneous,
|
||||||
title: "Miscellaneous",
|
title: "Miscellaneous",
|
||||||
|
|
Loading…
Reference in New Issue