From a6ca31bf593eecfae11b694f709a1179ec5311cf Mon Sep 17 00:00:00 2001 From: James Sumners Date: Sat, 4 Nov 2023 08:18:22 -0400 Subject: [PATCH] v3.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d818f81..805b9ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/error", - "version": "3.4.0", + "version": "3.4.1", "description": "A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.", "main": "index.js", "type": "commonjs",