From 3f513475c27abdc5493737c25475b82f6a0712ed Mon Sep 17 00:00:00 2001 From: Denys Bondarenko <58662935+denbon05@users.noreply.github.com> Date: Sat, 9 May 2026 07:38:09 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 082773a..298caaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-lcache", - "version": "3.0.0", + "version": "3.0.1", "description": "Light cache plugin for fastify", "main": "dist/index.js", "types": "dist/index.d.ts",