From e4b4bd1aa0f4aa9914fd4fc0160d71a51bfcbf20 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sat, 3 Dec 2022 00:55:07 +0100 Subject: [PATCH] Bumped v3.1.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 d80e9d4..42ccf4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/error", - "version": "3.0.0", + "version": "3.1.0", "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",