diff --git a/bun.lockb b/bun.lockb index 5cab1c19..96929a33 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/index.md b/content/index.md index 2f4ca8c7..ffda4747 100644 --- a/content/index.md +++ b/content/index.md @@ -6,7 +6,7 @@ navigation: false ::hero --- announcement: - title: 'Release v0.4.8' + title: 'Release v0.5.0' icon: 'noto:party-popper' to: /getting-started/changelog actions: diff --git a/package.json b/package.json index 5d62e9fd..232ef069 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shadcn-docs-nuxt", "type": "module", - "version": "0.4.8", + "version": "0.5.0", "author": "Tony Zhang ", "license": "MIT", "homepage": "https://shadcn-docs.nuxt.dev/", @@ -53,7 +53,7 @@ "vue-router": "^4.4.3" }, "devDependencies": { - "@antfu/eslint-config": "^2.25.0", + "@antfu/eslint-config": "^2.25.1", "@vueuse/core": "^10.11.1", "@vueuse/nuxt": "^10.11.1", "eslint": "^9.9.0",