docs: Reverse the order of release notes (#3048)

This commit is contained in:
acheron 2024-06-25 23:36:22 +02:00 committed by GitHub
parent e6d7dafe12
commit 70d4f488c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ const navigation = [
{
title: 'Release Notes',
links: [
{ title: '0.29.0', href: '/release-notes/0.29.0' },
{ title: '0.30.0', href: '/release-notes/0.30.0' },
{ title: '0.30.1', href: '/release-notes/0.30.1' },
{ title: '0.30.0', href: '/release-notes/0.30.0' },
{ title: '0.29.0', href: '/release-notes/0.29.0' },
{ title: 'CHANGELOG', href: '/release-notes/changelog' },
],
},