chore: bump version to 3.0.4 in package.json and update help link to documentation in docs-header.tsx (#468)

This commit is contained in:
Giancarlo Buomprisco
2026-03-29 08:32:38 +08:00
committed by GitHub
parent cc3eb5c554
commit 1f52c67354
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export function DocsHeader() {
<Separator orientation="vertical" />
<Link
href="/help"
href="/documentation"
className="font-semibold tracking-tight hover:underline"
>
<Trans i18nKey="marketing.documentation" />

View File

@@ -1,6 +1,6 @@
{
"name": "next-supabase-saas-kit-turbo",
"version": "3.0.3",
"version": "3.0.4",
"private": true,
"author": {
"name": "MakerKit",