From 137a6ebc75e72d5baf7f3faf25db24d3a5b95e03 Mon Sep 17 00:00:00 2001 From: KaKa Date: Sat, 3 Jun 2023 14:13:02 +0800 Subject: [PATCH] Bumped v3.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9e8e08..d9a65ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/error", - "version": "3.2.0", + "version": "3.2.1", "description": "A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.", "main": "index.js", "types": "types/index.d.ts",