Skip to content

Commit

Permalink
chore(last-updates-section): update lastReleaseNote
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinamenezes committed Sep 19, 2023
1 parent 8a3e43e commit b17d712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/last-updates-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit b17d712

Please sign in to comment.