From 85a80f11f76a0f49d7186c8e512daedcafe21153 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 3 Sep 2024 19:12:03 +0200 Subject: [PATCH] Bumped v8.0.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b16fa2c..2fd9f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/static", - "version": "8.0.0-pre.fv5.1", + "version": "8.0.0", "description": "Plugin for serving static files as fast as possible.", "main": "index.js", "type": "commonjs",