From 26677abff7385d274eb8836632d253e8fcc76abd Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 11 Jul 2023 12:50:08 +0200 Subject: [PATCH] Bumped v8.3.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 cda2ed8..565a4d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/under-pressure", - "version": "8.2.0", + "version": "8.3.0", "description": "Measure process load with automatic handling of 'Service Unavailable' plugin for Fastify.", "main": "index.js", "types": "types/index.d.ts",