From 2184c0028bee94418c30aaa05c8d083c8d1200c5 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 30 Aug 2019 20:45:25 +0200 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe4962c..84babf8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axios-get-json-response", "description": "A small utility for validating an axios response and parsing it as JSON, *with* distinguishable error types", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "repository": "http://git.cryto.net/joepie91/axios-get-json-response.git", "author": "Sven Slootweg ",