From b17d71252886bc33ed7291dfcb1aca77dbd9bd54 Mon Sep 17 00:00:00 2001 From: Carolina Menezes Date: Tue, 19 Sep 2023 17:27:47 -0300 Subject: [PATCH] chore(last-updates-section): update lastReleaseNote --- src/components/last-updates-section/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index cd583e635..3a7e698d8 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -7,9 +7,9 @@ import styles from './styles' const lastReleaseNote: CardProps = { action: { - type: 'fixed', - description: 'Headless CMS Plugin v1.0.10: Bug fix for sync error', - date: new Date('09/06/2023'), + type: 'added', + description: 'New Checkout Settings for Bot Attack Protection', + date: new Date('09/12/2023'), }, updateType: 'release-notes', }