From cc5711fefe7e085ca5b9bfdae0b46c6332052b7c Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Thu, 25 Dec 2025 21:46:43 +0100 Subject: [PATCH] chore: 1.0.0-alpha.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f41aa60..be250fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/hints", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!", "repository": "https://github.com/nuxt/hints", "homepage": "https://github.com/nuxt/hints",