From 76426aa2c73f292bd66525a978f7f780ca084708 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 19 Apr 2021 10:20:26 +0200 Subject: [PATCH] Bumped v0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dd5231..45778bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-error", - "version": "0.3.0", + "version": "0.3.1", "description": "A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.", "main": "index.js", "types": "index.d.ts",