From 4d8963e2a6a26a37fa0fbc388694f4a08b6992d9 Mon Sep 17 00:00:00 2001 From: Brent Van Geertruy Date: Mon, 19 Mar 2018 18:07:53 +0100 Subject: [PATCH] Bump version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f86a5d..250629c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-house-errors", - "version": "1.0.0", + "version": "1.0.1", "description": "NodeJS default error definitions with an error parser utility function", "main": "build/index.js", "types": "build/index.d.ts",