From f58068116c7ec9e71ae9603c527c7e18a637691f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 15 Dec 2022 13:35:31 +0100 Subject: [PATCH] Bumped v8.2.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 0dbf5da..2254ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/caching", - "version": "8.1.0", + "version": "8.2.0", "description": "A plugin for Fastify to enable management of cache control headers", "main": "index.js", "types": "types/index.d.ts",